Quantcast
Viewing all articles
Browse latest Browse all 13545

hannah on "[Theme: Virtue] Reducing space between header and footer"

Hey thealtahero,
Sorry, I just noticed you posted a link in your first post. My bad!
It looks like you have "page title" enabled in theme options > home layout. Disabling that should remove the extra spacing under the slider.
To reduce the size of the footer place this in your custom css box in theme options > advanced settings:

#containerfooter {
padding-top: 0;
}
.footercredits {
padding-top: 0;
padding-bottom: 0;
}

Your slider is too large so no matter small you make the footer you are still going to have to scroll down to see the social icons.

You can use this to add space to the right of the menu:

#nav-main ul.sf-menu {
float: left;
}

@efficaciouskhan can you please start a new thread? Your question is not relevant to this topic. :)

Hannah


Viewing all articles
Browse latest Browse all 13545

Trending Articles