badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

adjust column width

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63933
    kellyk
    Participant

    Hi, I’d like to adjust the width of the sidebar vs main body–there is too much space between nav items and the content and it looks strange. How can I do this–CSS or otherwise?

    #64057

    Login to your admin dashboard and go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    @media only screen and (min-width: 768px) {
        .site-header, #secondary, #page:before {
            width: 20%;
        }
        #content {
            width: 80%;
        }
    }

    Note: Change the digit value above to modify the width of the sidebar and main body.

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