width of sidebar - Acme Themes
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21807
    Anna Melikhova
    Participant

    Hi,

    is it possible to change the width of the left sidebar? I’d like it to be little bit less wide

    Thanx

    #21816
    acmesupports
    Moderator

    Hello Anna Melikhova,
    Can you please provide the site URL so that we can provide the Custom CSS? If you are familiar with codes, you can find codes of style inside style.css file in theme root.

    Thank you

    #21821
    Anna Melikhova
    Participant

    Hello,

    site url is newopenschool.ru. Is it what you needed?

    #21842
    acmesupports
    Moderator

    Please add the below CSS codes inside Appearance > Customize > Additional CSS,

    .secondary-sidebar {
        width: 23% !important;
    }
    #primary {
        width: 76.5% !important;
    }

    Hope this helps.

    Regards

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