Okay
  Public Ticket #2377327
Blog post width
Closed

Comments

  •  4
    Marcin started the conversation

    Hi, why the blog post is now not filling the container fully?

    I see new option for width but on Default is also limited to 1000px.

    Please see attached. Many thanks!

  •  9,059
    Tahir replied

    Hey Again,

    Gonna confirm with the developer if its a bug or not. In the meantime you can use the below quickfix.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    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, body[data-ext-responsive="true"].single-post.material .container-wrap.no-sidebar .comment-wrap h3#comments, body[data-ext-responsive="true"].single-post.material .comment-wrap #respond, body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1, body[data-ext-responsive="true"].single-post.material #page-header-bg.fullscreen-header h1, body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title {
        max-width: 100% !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  4
    Marcin replied

    It works, thank you Tahir!