• hi
    my website is pixelpluck.com
    There is space between the nav-menu and the sidebars and page itself. This doesn’t look aesthetically pleasing. Please tell me which file and where exactly do i edit to what value to remove that blank space.
    regards and thanks

Viewing 3 replies - 31 through 33 (of 33 total)
  • Just so we’re on the same page, you see how my site looks now with the right side pulled to the left and the right sidebar smaller than the left sidebar? I just want to get them even like they were prior to my error. Where do I need to go to edit this?

    Thanks for your help I’d be stuck without assistance

    Okay I see your problem. I also undertstand your pain scripkeeper. Go to this link and it will help you.

    #footer {
      padding-left:80px;
    
    }
    
    #header {
      padding-left:50px;
    }
    
    #page {
      padding-left:80px;
    }

    Should do the trick just put this into the CSS Editor plug in.

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘How to decrease space between nav-menu and the sidebars and page?’ is closed to new replies.