Hi,
Is there any way to reduce the amount of space between the slider, navigation and first post on my blog? I'd like it to all sit a bit closer together but I'm not sure where to adjust those settings.
Thanks.
Hi,
Is there any way to reduce the amount of space between the slider, navigation and first post on my blog? I'd like it to all sit a bit closer together but I'm not sure where to adjust those settings.
Thanks.
Reduce the height parameter of your slider to 400 and also add this parameter marginbottom="0".
The rest is changed with css. And Firebug is the tool to use to find what to change, but if you don't have any knowledge of css it might be a bit harder. Anyway the style to add (at the bottom of style.css (preferably in a child theme)):
#header { margin-bottom: 20px; }
ul.navigation.navbarsep { margin: 0; }
.bfslider p { margin-bottom: 0; }
Thanks. When I reduce the height to 400 it cuts off the bottom of the photo. I included the marginbottom but it doesn't appear to have done anything.
Will try the child theme.
You must log in to post.