Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27934

    How do i reduce the margins on all pages between the main content and the header and side bar? I would like to reduce it to create less white space.

    #135882

    Hi,

    Do you have a boxed or a stretch layout?

    Regards,

    Ismael

    #135883

    it is a stretched layout

    #135884

    Hey,

    You can decrease the content padding:

    .content, .sidebar {
    padding-top: 5px;
    padding-bottom: 5px;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce margins on all pages’ is closed to new replies.