Increase Site Pixel Width

Community Forums Forums Design Tips and Tricks Increase Site Pixel Width

This topic is: not resolved

This topic contains 2 replies, has 3 voices, and was last updated by  idavinder 6 months, 3 weeks ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1543

    psabilla
    Participant

    I’m new to Genesis and am trying to learn how to increase the site width pixels from 960 to 1000. In thesis, it’s pretty easy. In Genesis, I’m not able to figure it out. Any tips?

    #1602

    anitac
    Moderator
    Post count: 3058

    It’s in your style.css settings. You can use Firebug for Firefox to find the exact place where you need to make the edit.


    Need customization services or other help? Visit me here: Cre8tiveDiva.com | Twitter: @thecre8tivediva
    Why Not Take The Challenge! – Help us answer some of the unanswered posts

    #1695

    idavinder
    Participant
    Post count: 61

    Look for wrap class as following in style.css file and change 960 to 1000px

    #wrap {
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    margin: 15px auto;
    width: 960px;
    padding: 0;
    }

    Also, you can search style.css file for 960px to check on other elements and use 1000px width for them.


Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.