Hi there!
I’m trying to manage the padding above and below my special header and am not succeeding.
Here’s my dev page: http://prettycool.site
Look at “Featured Articles” heading immediately below the hero image.
I figured out how to control the padding below the layer slider, so that helped. Now I just want to minimize the white space UNDER the “Featured Articles” header.
I put a modified version of the code Sarah provided in another thread in the Custom CSS (at the top):
.av-special-heading-tag {
font-family:'Open Sans Condensed';
Line-height:1.1em;
Margin-top:0px !important;
Margin-bottom:0px !important;
Padding-right:6px !important;
Text-align:left !important;
}
(I tried to make sure the formatting was as clean as possible).
Hey Thomas,
Add the following to quick css:
#av-layout-grid-1 .flex_cell{
padding-top:0px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan!
Hey, do I still need the custom CSS I added above or is that superfluous?
Tom
Hi Tom,
I’m not sure, did you try to remove it to see if the element stays the same? If so then you should be able to remove it.
Best regards,
Rikard
Hi Rikard.
(( face palm ))
Tom
Hi,
Did this solve your problem?
Best regards,
Jordan Shannon
Yes. Rikard pointed out that I had the answer to my own question.
But I am still waiting for an answer to #835576 if you’re not too busy. :-)
Hi,
Great! I’m glad Rikard was able to help. I will look for you other thread and see if I can provide further assistance.
Best regards,
Jordan Shannon