Re: Space between menu and body

#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.