• I am working on the header of my current site, and the header only works at a certain width. Is there a way I can keep the site at the same width, regardless of how wide the screen/window is?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • After identifying the <div> selector for the overall display of your site, try adding something like {max-width:####px;} with #### being that number. For one theme I use, that would be something like #page{max-width:####px;}, but for another it is #container{max-width:####px;}.

    Posting a link to your site always helps here, and you can post it as 'mysite . com' or whatever while using the above “code ticks” if you might not want search engines picking it up.

    Thread Starter aaronrowles

    (@aaronrowles)

    ah ok. The site is still not live yet, this is the final hurdle…

    it is the oblique theme, and i have asked on that forum, just wanted some more advice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site Width’ is closed to new replies.