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

    Dear Enfold team,

    on my homepage I’m using right-aligned buttons & separators to achieve a “tabby” look, please check here:

    I use negativ margins on the separators, but there is some hard-coded space between the top of the “blog entries” element – increasing the negative margin doesn’t get rid of the white space between the separator and the featured image.

    Is there any solution to this? I’m using a custom id on my homepage, I only want to change the look there.

    thanks in advance,
    greetings, Ritchie

    #772645

    Hey datadirt,

    Are you talking about the space between the tab and featured image?

    Best regards,
    Jordan Shannon

    #773303

    Hi Jordan,

    yes, exactly. Any way to get rid of it?

    thanks, Ritchie

    #773328

    Hi,

    Try adding this to quick css:

    .hr-custom .hr-inner.inner-border-av-border-fat {
        border-top-width: 10px!important;
        margin-top: 10px!important;
    }
    
    body div .avia-button{
    margin:0px!important;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #773410

    Hi Jordan,

    thank you so much! Works perfectly.

    greetings,
    Ritchie

    #773416

    Hi,

    Great! I am glad this worked for you. If you need additional help, please do not hesitate to contact us here on the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Spacing between separator and blog entry element’ is closed to new replies.