Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1120650

    I’m having a CSS issue with Tags showing in the right spot on pages with no sidebars. The tags display correctly on a sidebar blog post but not on a “no sidebar” layout blogpost. Any suggestions?

    #1120747

    Hey drewtarvin,
    We can correct the tags with this css:

    .html_elegant-blog .blog-tags.minor-meta {
    display: inline-block !important;
    }
    
    .html_elegant-blog #top .post-entry .post-meta-infos {
    float: none !important; 
    }

    but this will effect all posts as we can’t sort out the pages with no sidebar, so please check if this causes any issues with other pages.

    Best regards,
    Mike

    #1120862

    Thank you, this worked and didn’t seem to break anything else. The padding was still slightly off, so I just hid the top border to prevent an overflow in subscribe box above.

    #1120893

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tags on "No Sidebar" Layout Not Showing Correctly’ is closed to new replies.