I have a ContentBox above Branding in my header with unwanted whitespace between. I'd like to tweak the CSS to fix it -- any ideas how?
www.tricrowd.com
Cortney
Best Answer Rob , 18 February 2013 - 09:48 PM
Hi,
There are two snippets that may also be affecting your layout, in addition to those kindly provided by Batman.
These two are the originals:
.hentry .hentry-pad {
padding: 0 0 25px;
}
.hentry {
clear: both;
margin: 0 0 1.8em;
}
The 25px and 1.8em could be modified to 0. With 0, you do not need to extend it with px or em.
You should be using Firebug or Chrome's Inspection Tools to identify these elements.
Go to the full post
Posted 18 February 2013 - 07:36 PM
I have a ContentBox above Branding in my header with unwanted whitespace between. I'd like to tweak the CSS to fix it -- any ideas how?
www.tricrowd.com
Cortney
Posted 18 February 2013 - 09:43 PM
Hi Cortney
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
or/and
You can change #px and #em as you like
It is advisable to learn how to do this on your own too.
Check out
If you need more CSS help, make sure you've downloaded Firebug for Firefox
and check out W3 Schools for more info.
Posted 18 February 2013 - 09:48 PM Best Answer
Hi,
There are two snippets that may also be affecting your layout, in addition to those kindly provided by Batman.
These two are the originals:
The 25px and 1.8em could be modified to 0. With 0, you do not need to extend it with px or em.
You should be using Firebug or Chrome's Inspection Tools to identify these elements.
Posted 19 February 2013 - 01:38 AM
YAY!!!!! Thank you!!!! It's perfect now!!
Cortney
PageLines Framework →
Customizations →
Style Accordion HeadingStarted by dgsarnow , Today, 02:39 AM |
|
|
||
PageLines Framework →
Customizations →
How to insert vertical lines between menu itemsStarted by vibekestorm , Yesterday, 05:00 PM |
|
|
||
PageLines Framework →
Customizations →
Header Css Selector problemStarted by helvetik_a , 17 Jun 2013 |
|
|
||
PageLines Framework →
Customizations →
Removing space between content box and quickslider (& Nav and content box)Started by galmquist , 16 Jun 2013 |
|
|
||
How can I center navigation?Started by ashbybp , 16 Jun 2013 |
|
|