Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #831240

    Hi guys,

    First of all, thanks for this amazing theme – I love it!
    I’m working with a child theme and wanted to adjust the font size of h1-h3 using the following CSS code…

    #top .entry-content-wrapper h1 {
    font-size: 24px;
    text-transform: none !important;
    }

    #top .entry-content-wrapper h2 {
    font-size: 20px;
    }

    #top .entry-content-wrapper h2 {
    font-size: 18px;
    }

    Now it seems that the thin line after h1 is no longer aligned centered to the text (see pic attached).

    Any ideas?

    Thanks,
    Michaela

    #831386

    Hey uUSA,
    To assist you with this issue, can you provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

    Best regards,
    Mike

    #832391
    This reply has been marked as private.
    #832409

    Hi,

    Add the following to quick css:

    .av-special-heading-h1 .special-heading-border {
        height: 2.2em!important;
    }

    Best regards,
    Jordan Shannon

    #832422

    Works great… Thanks!

    #832424

    Hi,

    No problem at all. If you need additional help, please let is know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Alignment horzontal line h1’ is closed to new replies.