It’s because the TwentyTwelve theme has “clear: both;” set on H3 tags, which messes up the layout.
Try adding this CSS:
#authorlist h3 {
clear: none !important;
}
Related Posts:
- Where are Additional CSS files stored
- get post author id outside loop
- How to include own css on wordpress tinymce editor?
- How to customize the default HTML for WordPress Attachments
- Is it possible to change the attributes of a registered style or script before it fires?
- How to filter get_avatar?
- FireFox Inspector :: find CSS file related to
- Custom CSS for full post vs. excerpt (Content Options)
- How to get WordPress to accept the tag in articles (or other alternatives)
- how to flush custom author rewrite rule
- Syncing Avatars across multisite
- How to remove padding and margin between divi rows? [closed]
- What will happen to the additional CSS when the theme is updated?
- How to display post title & excerpt when mouse hovers on an image?
- Include user defined styles without including wp-load
- Cannot figure out how to center div in WordPress theme [closed]
- Customizing default Mediaelement player
- how can I change the background color of all posts on my server?
- Paginate Author’s Post List on Custom Author Page (ANOTHER THEORY)
- CSS to remove “comments count” icon from main page [closed]
- how to add custom css and js on wordpress post editor directly without using .php file
- TwentyFifteen: How can it show a different color on every post page?
- How to encode author ID in the author permalink
- Adding code to child’s theme css and php cannot override certain elements
- Is it possible to add a ribbon in the background of h1 on every page?
- Resizing of a header/div in a website through css in wordpress [closed]
- Child Theme with multiple css files
- custom default avatar showing broken link
- CSS Customizations for certain page
- Custom CSS at Appearance > Edit CSS is missing after update [closed]
- CSS Styling a specific page
- How to remove footer from just homepage
- Why the css in twenteenfourteen-child theme take no effect?
- How to format text of site subtitle
- how to add custom logo to my template
- WordPress noob, assign custom stylesheet using @import or if? Didn’t work for me
- str_replace inside specific css files [closed]
- Change admin avatar only (without Gravatar or plugin)?
- Good way to customize admin CSS?
- css media query question [closed]
- How to customize the WordPress 2014 theme, to have page using less horizontal margin?
- Remove header title form page through CSS [closed]
- How To Style Links in Content Area With Tag Automatically?
- custom css and javascript not working on page defined as template?
- Different profile page by role
- WordPress menu: How to make www.link.com/#name never contain current_page_item class?
- How to add Custom Css within the Editor?
- Custom CSS Nav Menu Style Not Being Applied
- custom email validation using javascript api with elementor pro and code snippets
- Style WooCommerce Product Search Widget
- why won’t my custom css load with the enqueue method or any other method?
- Use Theme CSS in custom code
- Gender based user avatar
- How can I style the Comment Section of a blog post
- Hide entry-header for a specific category
- How do I make elements in mobile only reverse order?
- How to style bootstrap container in WordPress?
- how to add custom html and css to wordpress
- How can I delete the word `Category:` from page titles? [duplicate]
- How replace theme styles?
- Wrap WordPress Login Form in custom Div
- Custom Avatars for WordPress Comments VIA Website URL?
- Customize WP website specific column with CSS
- How do I target this page specifically?
- How do I change the content of an element for a theme without losing the styling?
- I can’t override CSS
- Two color in one Heading
- How to add custom Author Info Box to blog posts “only” and NOT custom post templates
- Move text from the side of image to below image [closed]
- WordPress Inline Style missing
- Style Radio Buttons inside Edit Page (Custom Fields)
- Adding separate CSS files for separate pages with functions.php
- How to echo custom styles in css format?
- Background setting isn’t applied to entire sidebar height
- Redirect Every Instance of The Author Template Pages to Custom Author Pages
- Special characters showing in fallback font
- How to support extra color options for shortcodes?
- Adding css and js to a blank page created with custom template
- Will too many overridden css rules lead to performance issues
- Complete Custom Style Part of Site
- add custom css on all page exept of one
- Making custom pages (with an example to explain the goal)
- Custom CSS File wont work on second Page
- how can i change the html and the css of my word press theme that I bought?
- responsive screen not working [closed]
- Edit image alignment in WordPress twentysixteen child theme on attachment page [closed]
- adding new html css to wordpress section from codepen [closed]
- use another theme for just one page
- Instead of Custom CSS Theme CSS is loading
- How do I add custom CSS animations for specific Gutenberg blocks?
- Particle.js not loading in WordPress Gutenberg
- How do I add nopin=”nopin” to the default avatar?
- Cannot add custom css in site
- Custom CSS working on home page but not on NEW created PAGE
- Post interior margin in twenty eleven theme
- Disable all Fonts that are Standard in WordPress and replacing them with a custom Font?
- Modifying posts based on category in TwentyTwentyTwo theme
- How to display product variations on same row
- Add custom styles to the Raft theme
- Where did I put this one line of css?