Wordpress Page Width IS LOCO

by 2 replies
3
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
#programming #loco #page #width #wordpress
  • 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: ;
    }
  • yeah CSS is the right thing

Next Topics on Trending Feed

  • 3

    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