Okay
  Public Ticket #1518270
Blog Post Width
Closed

Comments

  • testtriggers started the conversation

    Login for site is user: demo pass: demo123

    I am trying to adjust the post width like in this article:

    https://themenectar.ticksy.com//ticket/352982/

    But I think the code has changed since then, can you help?

  •  8,470
    Tahir replied

    Hey Again,

    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 {
        max-width: 800px !important;
    }

    Thanks


    ThemeNectar Support Team