Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56451
    robertjm
    Participant

    Hi all,

    Got someone who wants to increase width of the theme overall. I’m not talking about the primary and secondary column widths. I’m actually talking about the section that’s colored #EEEEEE that surrounds the primary and secondary columns.

    I’ve cautioned him about variable monitor widths/resolutions. But, he still wants to try to get some more real estate on the screen.

    Where is that specified in the theme?

    Thanks!!

    Robert

    #56510
    Sakin
    Keymaster

    @robertjm: Sorry I don’t get it what you mean by colored area. Below is the css that you can edit to increase the width of all the elements for large screens. .site is for overall, primary if for content are and secondary for sidebar. Edit that and add it in your “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 1025px) {
    	.site { width: 1000px; max-width: 96%; }
    	#primary { width: 63%; }
    	#secondary { width: 34%; }
    }
    #56519
    robertjm
    Participant

    Sorry I wasn’t clear. But, you answered the question I had with that .site entry.

    Thanks!!

    Robert

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to increase overall width of theme?’ is closed to new replies.