• Resolved pinkofwealth

    (@pinkofwealth)


    Hi, I would like the sidebar to be narrower. I searched previous topic on this but the codes presented then didn’t work for me. Would you advise?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    you can try this

    @media(min-width:991px) {
        #site-content .col-md-8 {
            width:70%;
        }
        #site-content .col-md-4 {
            width:30%;
        }
    }

    in your custom CSS box, and let me know if this helps.

    Just in case you have any syntax errors in your current CSS, try adding this before any other rule you might have.

    Thread Starter pinkofwealth

    (@pinkofwealth)

    Works perfectly. Thank you!

    Glad I could help!
    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to reduce change sidebar width?’ is closed to new replies.