• Dear Gents,

    the sidebar of the theme “polite” is a bit too dominant.
    Is there a way to change the width to make it smaller?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Template Sell

    (@templatesell)

    Hello,
    Thank you for using Polite theme.

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

    @media (min-width: 992px){
        .content-area{
            max-width: 75%!important;
            width: 75%;
        }    
        .widget-area {
            width: 25%;
        }
    }

    Hope this works.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘change width sidebar’ is closed to new replies.