How To Fix Image Gallery From Appearing Below Related Posts Column In Rowling WordPress Theme?

Rowling is a popular WordPress theme with is a clean, simple and elegant magazine layout for WordPress websites. Theme features a responsive design, great typography, two menu locations, social menu support, custom accent color support, custom logo support, gallery post format support, editor style support, a Flickr widget and recent posts and recent comments widgets with thumbnails.

The problem comes when you embed image galleries inside your post content, by default they show up after related posts section column leaving empty space on the top.

Same happens in case of mosaic image gallery option with the Jetpack plugin, it also appears below the “related items” column on the post.

Changing the content width setting in the functions.php file, doesn’t make a difference. This occurs on any post, page or custom post type with an embedded gallery.

How To Resolved This Issue? It’s easy, you may install a Custom CSS plugin (or use the one included in Jetpack), paste the following code into the CSS code field:

.tiled-gallery { clear: none !important; }

This will enable the tiled and mosaic galleries to be displayed next to the related posts column.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.