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

    Hi,
    In general layout there is content to sidebar ratio. Is there a chance to make sidebar ratio less than than 20%?
    Thank You

    Tom

    #679814

    Hey TomaszCwil,

    Thanks for getting in touch with us!

    Currently not from the General Layout section in the Enfold theme options. However, it could be possible with custom CSS. Provide a link to your site and we will see how best we can assist you.

    Best regards,
    Jordan

    #680137

    Hi again,

    this is my website – http://babeldictionary.net/

    I would like the sidebar to be more or less of the size of the Google ad. So as the ad is fitted to the sidebar.

    Many thanks
    TOM

    #680156

    Hi!

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

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

    Best regards,
    Yigit

    #680176

    Hi,

    I did as you had advised but to no avail.

    Best Regards

    Tom

    #680191

    Hi!

    Please try adding !important rule

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

    Regards,
    Yigit

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