Okay
  Public Ticket #500887
Blog post not using full width of page.
Closed

Comments

  • Mike started the conversation

    I have the latest version installed (v6.0.3). Under the blog settings I have the sidebar disabled for single page posts, but the content of the post isn't using the full width of the page. Here is a screenshot:

    Is this a bug or intentional?

  •  8,987
    Tahir replied

    Hey ,

    Could you provide the page url so i can inspect it and see where the padding is coming from.

    Thanks


    ThemeNectar Support Team 

  •   Mike replied privately
  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body[data-ext-responsive=\"true\"].single-post .container-wrap.no-sidebar #post-area, body[data-ext-responsive=\"true\"].single-post .container-wrap.no-sidebar .comment-list > li {
        max-width: 100% !important;
    }

    Thanks



    ThemeNectar Support Team