Hello! I'm trying to reduce some of the massive amount of whitespace between the Masthead section and the Highlight section on this page:
I've tried using the suggestions here:
and here:
and a few variations on them, but without success.
Best Answer James B , 11 January 2013 - 01:25 AM
Ok looking in firebug you'll see as you scroll over the html on the right hand side the areas which the padding/margins are applied to, they'll show as a dark blue border or a yellow block. When you see that appear you've on the right div you'll need to edit, so click on the div name in the html and you'll see the assigned css in the left hand screen in firebug. There you'll see the padding thats applied to that section you can edit.
#highlight .content-pad {padding-top:0px;}
#highlight .content-pad .highlight-area {
padding: 0px;
}
"
"
Posted 10 January 2013 - 01:36 AM
Hello! I'm trying to reduce some of the massive amount of whitespace between the Masthead section and the Highlight section on this page:
I've tried using the suggestions here:
and here:
and a few variations on them, but without success.
Posted 10 January 2013 - 02:03 AM
Hi there, for some reasons those older posts are adding the forum shortcode for the 'code' style box. If you ignore the beginning
and just use the bit in the middle it should be fine.
Posted 10 January 2013 - 06:34 AM
James,
Thanks. I figured that and had already left those pieces of code out.
I have kept this piece of the code;
And it does reduce the amount of space by a little, but not quite enough.
Paul
Posted 10 January 2013 - 08:10 AM
Hi Paul,
What you will need to do is change the padding on the Highlight section. Inspect the Highlight section and then add custom CSS, to reduce the padding-top. This will resolve your website, using Firebug or your browsers web dev tool, you can do this very easily.
Posted 10 January 2013 - 05:49 PM
Ok, I tried this:
And this:
But they had no effect.
Posted 10 January 2013 - 06:14 PM
You need to add the selector #page at the beginning like this:
Posted 10 January 2013 - 07:27 PM
Catrina,
Tried this:
And this:
And this:
No difference. Flushed the cash each time too.
Posted 11 January 2013 - 01:25 AM Best Answer
Ok looking in firebug you'll see as you scroll over the html on the right hand side the areas which the padding/margins are applied to, they'll show as a dark blue border or a yellow block. When you see that appear you've on the right div you'll need to edit, so click on the div name in the html and you'll see the assigned css in the left hand screen in firebug. There you'll see the padding thats applied to that section you can edit.
"
"
Posted 11 January 2013 - 04:45 PM
Still nothing. When I look at it in Firebug, it appears that the Mast head is what is causing the problem, but none of the code changes I've made seem to change it.
Posted 11 January 2013 - 09:26 PM
In that case I'd suggest going through any other css you have in the css box and double checking it for errors, anything broken above will stop any css below from working.
Posted 13 January 2013 - 07:15 PM
James,
Thanks, your fix actually did the trick, combined with the changes I made to the masthead... I didn't see that it was working until I cleared my browser cache (facepalm).
Paul
Legacy Themes →
PlatformPro →
Reducing the space between Site Branding and ContentStarted by selectams , 11 Jun 2013 |
|
|
||
nav classicStarted by aerta , 28 May 2013 |
|
|
||
Branding Header Padding Remove & Centre NavigationStarted by sladestudios , 24 May 2013 |
|
|
||
Space Between Primary and Second NavStarted by adaml44 , 10 May 2013 |
|
|
||
PageLines Framework →
Customizations →
How To Add The Same Video and Text Across All Pages and PostsStarted by page1searchenginemarketing , 01 May 2013 |
|
|