Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333824
    ferdia
    Participant

    Hello,

    I’m having some strange issue on the blog index page. You can see it if you visit this page. Every so often a blog post is indented, leaving a lot of white space to its left. If you scroll through the blog index pages you can see this irregular indentation.

    It is probably just a CSS issue but any help would be appreciated.

    Thanks

    #1333834
    Thai
    Moderator

    Hi There,

    Please find this CSS:

    .blog .hentry .entry-wrap, .archive .hentry .entry-wrap {
        width: 65%;
        float: right;
        margin-bottom: 30px;
    }

    And change to this:

    .blog .hentry .entry-wrap, .archive .hentry .entry-wrap {
        width: 65%;
        float: left;
        margin-bottom: 30px;
    }

    After that add the following CSS:

    .x-pagination {
        clear: both;
    }

    Hope it helps 🙂

    #1333887
    ferdia
    Participant

    Thanks Thai, that sorted it out.

    #1333942
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1333824 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>