Hi
I would like to reduce the size of the spaces between the modules and it is the site and the design that I attached.
How I can do?
Thank you.
mikeMB wrote:Hi.
I think you forgot attached the screen.
mikeMB wrote:Could you also paste url to your site?
#gkPage .box:first-child, #gkPage .box_menu:first-child, #gkPage .box_text:first-child {
margin-top: 0!important; //here you can try to set eg. -13px.
}
#gkBottomMenu {
height: 31px;
background: #FAFAFA url('../images/breadcrumbs_bg.png') repeat-x left bottom;
border-bottom: 1px solid #C3C3C3;
border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
position: relative;
margin-bottom: -13px; // ad this line.
#mainContent {background:#fff;}