Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1308798

    Hi,

    I used the “Heading Style Elegant” Style for my “Special Heading”.
    The problem is that the descenders are partly cut off.

    They are still cut off when I switch to h3, h4, h5, h6 or a smaller font size,
    padding and margin don’t help either.
    But when I switch to another Heading Style the problem is gone.

    You can see it at the first headline “Kläranlage RHV Mittleres Saifental” and all the others as well on

    Best regards
    Bettina

    #1308821

    Hey Bettina,

    Add this to quick css:

    .heading-wrap{
    padding:30px!important;
    }

    Best regards,
    Jordan Shannon

    #1308826

    Hey Jordan,

    thank you but unfortunately it does not work

    Best regards
    Bettina

    #1308874

    Hi,

    Thanks for the update. Do you mean that parts of the letters are cut off? If so then you can try to adjust the line height for each heading under Enfold->Advanced Styling. You can adjust it with CSS as well, for example:

    h3.av-special-heading-tag {
        line-height: 24px;
    }

    Best regards,
    Rikard

    #1309066

    Hi Rikard,

    thank you!

    I pasted the the code in /Enfold /Quick CSS
    Unfortunately that doesn’t work either.
    I also tried it with 100px …

    Its just the last litte part of the g

    Best Regards
    Bettina

    #1309142

    Hi,

    Did you ensure to clear the cache a few time over?

    Best regards,
    Jordan Shannon

    #1309240

    Hi Jordan,

    Yes, I did clear the cache a couple of times – the problem is still there

    Best regards
    Bettina

    #1309373

    Hi,

    This CSS is applying, but I’m not sure where it’s coming from since you have file compression active:

    h3 {
        font-size: 20px;
        line-height: 1.1em;
        margin-bottom: 8px;
    }

    You can try this CSS instead, or give us login details to that we can do it for you.

    h3.av-special-heading-tag {
        line-height: 24px !important;
    }

    Best regards,
    Rikard

    #1309387

    Hey Rikard

    I tried both and cleared cache a couple of times – both don’t work.

    I pasted the credentials in private content.
    Please see the problem on the page /Referenzen

    Best regards
    Bettina

    #1309540

    Hi,

    Thanks for that. I set the line height to 1.2 em under Enfold->Advanced Styling, and it’s working as it should. Please review your site.

    Best regards,
    Rikard

    #1309756

    Hi Rikard,

    thank YOU! Now it works perfekt

    Best regards
    Bettina

    #1309811

    Hi Bettina,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem with Heading Style Elegant’ is closed to new replies.