Wordpress Page Width IS LOCO

2 replies
Hi,

I am trying to increase the width of my wordpress pages since I just removed a sidebar but deleting everything in the sidebar.php file. Now I need to make the page post wider so that it will reach across to the other sidebar. I am using some theme called Basketball and here is my site: hoophonor (dot) com, any help would be greatly appreciated

Augie
#loco #page #width #wordpress
  • Profile picture of the author angelie
    Open your style.css, find
    Code:
    .contentLayout .content
    and change the width to 645px

    i.e.
    Code:
    .contentLayout .content {
        border: 0 none;
        float: left;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 645px;
    }
    {{ DiscussionBoard.errors[4708110].message }}
  • Profile picture of the author lawefft
    yeah CSS is the right thing
    {{ DiscussionBoard.errors[4709383].message }}

Trending Topics