Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #900328

    Hi,
    I am using the default separator for all headers but i notice that some separator have a length more than required like the below link sample
    Regards,

    #900419

    Hey Ghallab,

    Can you tell us what you want to achieve? a screenshot would help.

    Best regards,
    Nikko

    #900730

    Hi Nikko,
    As you see in screen shot the length of separator more than required it must be suitable for the width of word
    https://prnt.sc/i3taxh
    check that screen shoot
    Regards,
    Ghallab

    #901158

    Hi,

    The separator doesn’t have that feature (underlines does that), however we can help you with it, though it needs to be manually changed, just add this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-23 .hr-short.hr-left.avia-builder-el-4 .hr-inner {
        width: 130px;
    }
    
    .page-id-1207 .hr-short.hr-center.avia-builder-el-2 .hr-inner {
        width: 160px;
        margin-left: -80px;
    }

    This would affect the 2 links you gave above.

    Best regards,
    Nikko

    #901425

    Hi Nikko
    Thank you for you support it’s working great
    what about home page link below
    Regards,
    Ghallab

    #901589

    Hi Ghallab,

    You’re welcome :) Try adding this css code:

    .home .hr-short.hr-center .hr-inner {
        width: 160px;
        margin-left: -80px;
    }

    Best regards,
    Nikko

    #901627

    or you define a custom hr – there you can choose the width of the hr
    choose thin and your desired width of the hr.
    Choose no icon for it.
    And give a custom class to the hr: “customised-hr”

    do this to quick css:

    .customised-hr .hr-inner.inner-border-av-border-thin::before {
        content: "○";
        font-size: 24px;
        position: relative;
        left: 0;
        top: -15px;
        color: #e1e1e1;;
        background-color: #fff;
    }
    
    .customised-hr .hr-inner.inner-border-av-border-thin {
        border-top-width: 2px;
    }

    The color of the before content must concern to your hr color you set

    see here: https://webers-testseite.de/3images-one-link/

    big advantage : make one template of the custom hr and if you need it insert it and only fit the width for it

    #901961

    Hi,

    Thanks for sharing @guenni007, much appreciated :-)

    Best regards,
    Rikard

    #902190

    It’s working great.
    thank you everyone for supporting me

    #902292

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Separator’ is closed to new replies.