How to reduce post content on e post without sidebars?

Home Forums Gillion Theme How to reduce post content on e post without sidebars?

Home Forums Gillion Theme How to reduce post content on e post without sidebars?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • marcosmarcon
    Participant

    I want the content post to be like 800px or 900px max, centered on the page, without any sidebar.

     

    How can I do that?

     

    Hi @marcosmarcon,

     

    I hope you are well today and thank you for your question.

     

    I am not sure what you are referring to “content post” so could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?

     

    Also, do you want to make this change on that specific post or on all posts?

     

    Best regards,
    Shufflehound team

    marcosmarcon
    Participant

    All posts, you can see right now as it is here: http://prntscr.com/mve165

     

    I wanted all the posts to be slimmer, no sidebar left or right. Something like this: https://www.secnet.com.br/blog/taxa-de-rejeicao

     

    For all the posts.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 992px){
    .single-post .container.entry-content {
        max-width: 900px!important;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)