Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #805788

    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).

    #805800

    Hey Thomas,

    Add the following to quick css:

    #av-layout-grid-1 .flex_cell{
    padding-top:0px!important;
    }

    Best regards,
    Jordan Shannon

    #834555

    Thanks Jordan!

    Hey, do I still need the custom CSS I added above or is that superfluous?

    Tom

    #834967

    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

    #835658

    Hi Rikard.

    (( face palm ))

    Tom

    #835893

    Hi,

    Did this solve your problem?

    Best regards,
    Jordan Shannon

    #836099

    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. :-)

    #836284

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Special Header Padding Questions’ is closed to new replies.