Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #192761

    It seems adding any heading — h3 for example — to the text in a promo box automatically inserts a paragraph above the heading, which creates too much space above the heading / at the top of the promo box / between the heading and the top of the promo box. Any easy fix for this?

    Thanks!
    http://cbdmh.info/

    #192766

    Hey!

    Add this code to the Quick CSS:

    .avia-promocontent > p:first-child {
        margin: 0;
    }

    Cheers!
    Josue

    #192796

    Thanks for the quick response, but that doesn’t seem to work. I have a test of it at the bottom of http://cbdmh.info/ No big deal, if it’s too much of a pain — I have bigger fish to fry ;)

    #192797

    Try with this too:

    .avia-promocontent h3 {
        margin-top: 5px !important;
    }

    Cheers!
    Josue

    #192799

    Oh snap! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘promo box formatting’ is closed to new replies.