Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #125143
    readyforthebigday
    Participant

    I’m now using the layout with 3 columns, which includes both sidebars to the right of the .site-main div.

    I would like for the secondary sidebar (the column in the middle) to be a little bit wider and the site-main column (on the far left) to be a little thinner. How can the overall proportions be changed?

    http://www.readyforthebigday.com

    #125199
    tikaram
    Keymaster

    @readyforthebigday : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 1150px) {
    .site-main {
    	width: 65%;
    }
    .sidebar-secondary {
    	width: 33%;
    }
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    #125257
    readyforthebigday
    Participant

    Great! That’s it. Thanks.

    #125298
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/nepalbuzz/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘width of site-main and widget divs’ is closed to new replies.