Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #492858

    I would like to change increase the width of Sidebar and reduce the width of Blog content in my post pages.

    How can i do that ?

    #492860

    Merhabalar!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-post main.content.av-content-small {
        width: 60%;
    }

    It will decrease the width of content of single posts

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.