Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #532140

    hi
    how can i change the content/sidebar ratio, if i want more leass than 20%/80%?
    eaxmple: 85/15

    thanks

    #532141

    Hey Saritedri!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .container .av-content-small.units {
        width: 85%;
    }

    Regards,
    Yigit

    #532436

    hi
    not working for me-

    i cant see the 15/85% in the dimensions bar.

    thanks

    #532657

    Hi!

    Please try adding !important rule as following

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

    Regards,
    Yigit

    #532692
    #532699

    Shalom!

    Please flush browser cache and refresh your page a few times. It does work fine on my end. Please see screenshot in private content field

    Best regards,
    Yigit

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