Hi, as you can see here – https://screencast.com/t/iPbbLi1s – the space between the elements is very narrow. How can I add more spacing?
Hey DROR,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.iconbox_top{
margin-top:50px!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
Thanks, it worked. Problem is that center aligning the icons in the separator element didn’t really work.
Hi,
It looks likes someone edited the css I put for the icon. It is now saying 115% when I gave you 120%. If you correct that it should be fixed.
Best regards,
Jordan Shannon
I edited it as %120 made it to much to the right…
Hi,
I see, and did 115% center it for you?
Best regards,
Jordan Shannon
No, it is still OFF.
Hi,
Have you set it to center within the actual separator options?
Best regards,
Jordan Shannon
Yes, of course. The problem is that on desktop it is centered but only on mobile it isn’t.
Hi,
Please provide admin info so I can log in and look at the issue further.
Best regards,
Jordan Shannon
Sure thing. Added.
Hi,
This is an element that should be centered by default? Have you added custom css to the hr? If so, please take it back to default and add it again without custom css.
Best regards,
Jordan Shannon
I know it should be centered, but it isn’t on mobile. I didn’t add anything that I know of to the CSS.
Hi,
I see the issue, please add the following to quick css:
@media only screen and (max-width: 767px) {
.hr-inner.inner-border-av-border-thin{
width:100px!important;
}
}
This should work.
Best regards,
Jordan Shannon