To insert code use <code>...</code>.
Adjusting Page padding or margin - Customization
  • I placed the bfollowing code into the custom css under general settings. But I cannot close the gap in the content page. Please see the attached image file.

    #page .inner {padding: 20px 0px 0px 0px;}
    #page_bottom {height:0px;}
    .right_sidebar #sidebar_content {padding-top:0px; padding-left:15px; padding-right:15px; padding-bottom:0px; min-height:0px;}
    .right_sidebar #sidebar {width:250px; margin: 0px 0px 0px 0px;}
    #sidebar_content .widget {margin-bottom: 0;}
    help.jpg
    476 x 510 - 72K
  • 3 Comments sorted by
  • Ok now I am trying to adjust the gap on the left sidebar / page. Can anyone tell me how to change this. please
    Image1.jpg
    376 x 175 - 19K
  • This is the custom code I am trying to use.

    .left_sidebar #sidebar {float:left; width:225px; margin: 0px 0px 0px 0px;}
    .left_sidebar #sidebar_content.lessgap {padding-top: 0px; margin: 0px 0px 0px 0px;}