-
AuthorPosts
-
January 21, 2018 at 11:16 am #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,January 21, 2018 at 6:43 pm #900419Hey Ghallab,
Can you tell us what you want to achieve? a screenshot would help.
Best regards,
NikkoJanuary 22, 2018 at 10:44 am #900730Hi 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,
GhallabJanuary 23, 2018 at 5:32 am #901158Hi,
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,
NikkoJanuary 23, 2018 at 1:10 pm #901425Hi Nikko
Thank you for you support it’s working great
what about home page link below
Regards,
GhallabJanuary 23, 2018 at 6:01 pm #901589Hi Ghallab,
You’re welcome :) Try adding this css code:
.home .hr-short.hr-center .hr-inner { width: 160px; margin-left: -80px; }
Best regards,
NikkoJanuary 23, 2018 at 7:30 pm #901627or 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
January 24, 2018 at 7:15 am #901961January 24, 2018 at 3:40 pm #902190It’s working great.
thank you everyone for supporting meJanuary 24, 2018 at 8:25 pm #902292Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘Separator’ is closed to new replies.