With flex:
.question-content-text {
display: flex;
align-items: center;
}
Without flex:
.question-content-text {
position: relative;
}
.content-text {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
Related Posts:
- “Add Media” button in custom plugin
- Disabled plugins are they security holes – rumor or reality?
- How to implement WordPress plugin update that modifies the database?
- Looking for a Table of Contents (TOC) plugin for WordPress
- Writing test cases for a WordPress Plugin that has translations
- Customize plugin update “new version is available” text
- “Donate to this plugin” for WordPress.org Plugin Authors
- When coding a WordPress theme, where does the theme (i.e. the presentation) end and the plugin (i.e. the functionality) begin?
- Core framework/helpers for logging stuff?
- Disable Specific Widgets on Selected Pages of a WordPress Website?
- How to handel multiple checkbox field in the admin settings page with Settings API
- Are orders of magnitude used for “Active Installs”?
- To remove plugin notices for non-admin users
- How can I force a “404 Not Found” error
- How do I configure WordPress to talk to a Microsoft SQL Server database?
- Files being generated in multiple directories supposedly by WordPress (advanced_settings.php and common_config.php)
- Creating Custom Meta Boxes on Plugin Option Page
- Is there a plugin that allows a user of your site to get an email from you with an attachment?
- An old plugin self-made stoped sending mail
- Is there a plugin that makes extnernal links open in new window, BUT [closed]
- Is there a neater way to do this?
- plugings request url is the old url
- Authorization header malformed. [jwt_auth_bad_auth_header]
- Unable to activate wordpress importer after installing it
- Trying to count the total number of paragraphs inside a blog article
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- ‘Customize’ button in admin bar for CSS
- Saving Custom Post types and fields to a custom table
- How to Create a Custom Plugin Permalink
- WooCommerce shop page orderby [closed]
- Inserting HTML tag with ACF into shortcode
- How to create user groups and allow custom posts and plugin modify/access to specific group?
- Loading jQuery UI in the head
- WordPress JSON API remove posts from a specific category
- Breadcrumb NavXT plugin – exclude ‘home’ page
- How to delete page by deactivating plugin
- Trouble with plugin styles in admin area of WordPress
- Remove product-category slug plugin works with 1 subcategroy not with 2
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- Stop Plugin Enumeration [closed]
- Magic Fields gives error File ___ doesn’t exist?
- Adding (image) caching to my Tumblr widget
- Help in using SEO Plugins: SEO Ultimate And Yoast SEO Plugin
- Setting Up PHP Workflow in WordPress
- do_action Nested List
- wp-load.php redeclares classes
- Plugin main file is constantly been fired on every website visit
- How to set “split_on_numerics” to false in ElasticSearch mapping using ElasticPress? (for proper SKU search in WooCommerce) [closed]
- Where should custom post types be registered in a plugin?
- plugin uninstall function drop the tables, but shows errors on admin
- How to use template inside plugin shortcode with variables for big HTML code
- Woocommerce – WordPress Roles & Capabilities
- Changing location of “About me” section
- Showing the results of a search (made through a 3rd party search provider) inside an article
- Do rewrites added with add_rewrite_rule() persist after plugin deletion?
- wp_mail – using a custom field value
- WP e-Commerce Gold Cart with Plugin Built Into Theme
- Regenerate Thumbnails Plugin successfully updated my thumbnails but image src won’t change to new image size?
- How to add a custom form to a plugin’s setting page
- update_option creates an option, which empties on a blog reload
- Edit all $wp_scripts at once to $in_footer = false
- Does WordPress do any internal caching if no plugin installed?
- Upload Javascript and json webpage to wordpress
- woocommerce – adding wrapper around custom made woocommerce form fields
- Memcaching recurring SQL Queries
- Single Event page based on scope and use of PLACEHOLDER in PHP template file
- Create multiple posts when a custom post is created
- Different theme menu
- How can i redirect a register user to pay a specific amount before he or she have access to loggin to the dashboard?
- How to Upload images to a custom folder in upload folder using media uploader
- deactivate WPBakery Page Builder license [closed]
- How to create WordPress nonce in the foreach loop?
- Updates Hidden on Dashboard
- How to get the total count of Favorite/Favorited authors
- Admin login substantially slower on production server
- Can Hosting affect a plugin from working properly?
- My own metabox checkbox plugin only saves the last value I’ve checked
- Admin page and admin menu. Permissions plugin
- How to create a new database table whenever user changes options
- How to redirect from plugin page
- Can’t redirect to previous page after using GET
- Gravity Forms Salesforce field mapping for custom objects
- What is the Object for WP_Error Class?
- Hide/Show panel not showing – ACF
- How do I locate specific file in a post that affects ssl?
- Looking for Plugin that displays Facebook group’s photos [closed]
- Publishing tweets from wordpress [closed]
- WordPress Plugins Error
- Any way to hook into WP after a page displays?
- selecting options from another form
- How do I put a word-press blog into my static site without installing wordpress on server?
- Translate text for empty product
- WordPress Smart Iframe Browser [closed]
- I want to set a different banner for each product in the woocommerce plugin on my wordpress site
- Suitable hook when creating, updating and deleting posts programmatically
- WordPress Custom Page Blog Template Pagination Problem (Pagination Not Displaying)
- How to override plugin function in code snippets WordPress
- how to make yoast seo read text from custom fields in custom post type
- How can I gather forums posted by visitors from different sites in one place? [duplicate]
- Does anyone recognize these table names?