Space between menu and body

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #459
    Anonymous
    Guest

    I am trying to bring the padding down to 0px in between the menu and the body. Can you show me where to change that in the stylesheet, or in the “extended settings”?

    #1173
    admin
    Participant

    This question is related to change in layout. You may do it by altering the following sections,

    /**
    |————————
    | =Content
    |————————
    */

    #content {
    padding: 30px 29px 0 29px;
    margin-bottom: 30px;
    }

    /**
    |————————
    | =Sidebar
    |————————
    */

    #sidebar {
    padding: 30px 29px 0 29px;
    margin-bottom: 30px;
    }[/CODE]

    You may modify these values to suite your needs. Try them in the Extend Settings.[CODE]/**
    |


    | =Content
    |


    */

    #content {
    padding: 30px 29px 0 29px;
    margin-bottom: 30px;
    }

    /**
    |


    | =Sidebar
    |


    */

    #sidebar {
    padding: 30px 29px 0 29px;
    margin-bottom: 30px;
    }[/CODE]

    You may modify these values to suite your needs. Try them in the Extend Settings.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.