Hi,
How do I reduce the amount of space between the heading and the content underneath it?
See the white space under the heading? I'd like to reduce it without the headings on the blog pages going haywire.
Thanks.
Reduce Space Between Headings And Content
Started by
aerta
, Oct 30 2012 04:43 PM
padding heading content
7 replies to this topic
#1
Posted 30 October 2012 - 04:43 PM
#2
Posted 30 October 2012 - 05:35 PM
You will need to write custom CSS code to remove the padding/margins.
#3
Posted 30 October 2012 - 05:44 PM
Never managed to get Firebug or Chrome to identify these things, alas. Anyone else know what the padding/margin CSS is that I need to change?
Thanks
Thanks
#4
Posted 30 October 2012 - 05:53 PM
You should change either the top padding for the content or the bottom padding for the heading. For the heading, it should be an <h2> tag followed by a class.
#5
Posted 30 October 2012 - 06:09 PM
Thanks Catrina. I'm using
h2 {padding: 0 0 -100; }
and
h2 {padding-bottom:-100px;}
but neither appear to make any difference. Just to be clear: I've tried identifying these tags with Firefox and adjusting padding etc, before I posted on the forum. Problem is, I can't get anything to work.
h2 {padding: 0 0 -100; }
and
h2 {padding-bottom:-100px;}
but neither appear to make any difference. Just to be clear: I've tried identifying these tags with Firefox and adjusting padding etc, before I posted on the forum. Problem is, I can't get anything to work.
#6
Posted 30 October 2012 - 09:28 PM
Hi there, when you look in firebug scroll through the list you'll see there's a yellow margin highlighted on the screen relating to the .post meta section. I've pasted the code in below, simply adjust that figure in the margin bottom to reduce the space.
#7
Posted 30 October 2012 - 09:45 PM
Perfect! Thanks
#8
Posted 30 October 2012 - 10:56 PM
The topic was marked as resolved.
Also tagged with one or more of these keywords: Resolved, padding heading content
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|











