Hi ,
I'm trying to reduce the padding around my feature slideshow and boxes.
I've identified the selector using Firebug, and when I change
.content-pad {
padding: 15;
}
to
.content-pad {
padding: 0;
}
I get exactly what I want in Firefox. However, when I put the new code into the custom code box it it doesn't make any difference.
Any ideas gratefully received!
Thanks,
John
5 replies to this topic
#1
Posted 08 October 2012 - 02:06 PM
#2
Posted 08 October 2012 - 02:26 PM
The selector (.content-pad) needs to be more specific. For example, .content-pad is located inside of another DIV (specifically for features) so the CSS would look something like this:
You'll find that missing selector in Firebug, as well.
You'll find that missing selector in Firebug, as well.
#3
Posted 08 October 2012 - 02:38 PM
Thanks, Catrina, but can't quite locate the feature selector in Firebug. Have tried
#page div.feature-slider .content-pad {padding: 0px;}
but that don't seem to work. Any further clues gratefully received...
#page div.feature-slider .content-pad {padding: 0px;}
but that don't seem to work. Any further clues gratefully received...
#4
Posted 08 October 2012 - 03:56 PM
I solved it with this:
#features .content-pad {
padding-bottom: 12px;
padding-right: 0px;
padding-left: 0px;
padding-top: 12px;
}
Thanks!
#features .content-pad {
padding-bottom: 12px;
padding-right: 0px;
padding-left: 0px;
padding-top: 12px;
}
Thanks!
#5
Posted 08 October 2012 - 05:03 PM
Awesome.
#6
Posted 08 October 2012 - 05:04 PM
The topic was marked as resolved.
Also tagged with one or more of these keywords: Resolved, feature, box, padding
PageLines Framework →
Customizations →
Responsive Slide Show on PageLines Framework 2.4.2Started by tborges , 16 May 2013 |
|
|
||
Wrap text round image in boxesStarted by Mike , 08 May 2013 |
|
|
||
PageLines Framework →
Technical Support →
boxes + responsive cssStarted by helvetik_a , 30 Apr 2013 |
|
|
||
remove sliding feature on primary blog pageStarted by fpthomas , 21 Apr 2013 |
|
|
||
Header Logo - remove padding, center, background colorStarted by severxance , 19 Apr 2013 |
|
|











