Hi Support,
I have been struggling with the following.
I want to have a full-length Horizontal separator line between two elements on the home page. However, the default separator line has too much padding on-top and below. I opted to try the custom and I set it to the following dimensions:
Style: Custom
Position: Center
Border: Thin
Width: 1200px
Top Margin: 30px
Bottom Margin: 20px
No Icon.
The problem I am having with this is that it won’t stretch across the full screen like the default and will only go as far as the body.
Can this be circumvented and force it across the whole screen. Or use the default line and alter the padding?
Thank you
Vince
Hey Vincent!
Thank you for using Enfold.
Please give us a link to the page with the custom hr element, we would like to check it. A screenshot of what you’re after will help. Maybe you can set the width using css.
Regards,
Ismael
Hi!
Please add following code to Quick CSS
.hr-custom.hr-center {
overflow: visible;
}
.hr-custom .hr-inner {
left: -10%;
position: relative;
width: 120%!important;
}
Cheers!
Yigit
Thanks Yigit,
That worked – at -30% and 320%
WIll that stretch on all screens or is there a specific size for that?
Cheers
Vince