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

    Hi,
    I am having trouble reducing the width of the sidebar on one site.
    Through the theme settings it is only possible to make the sidebar 20% and main content 80% of the width, but I would like to make that 10% sidebar and 90% main content.

    I tried to add in quick CSS :
    .container .av-content-small.units {
    width: 90%;
    }
    But it didn’t work.
    What can I do ?
    Cheers.

    #666060

    Hey legivap,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .container .av-content-small.units {
        width: 90%!important;
    }
    
    

    Best regards,
    Vinay

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