-
AuthorPosts
-
June 5, 2017 at 4:34 pm #804019
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?
June 5, 2017 at 4:53 pm #804042Hey 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 ShannonJune 6, 2017 at 8:16 am #804378Thanks, it worked. Problem is that center aligning the icons in the separator element didn’t really work.
June 6, 2017 at 4:11 pm #804554Hi,
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 ShannonJune 6, 2017 at 4:17 pm #804559I edited it as %120 made it to much to the right…
June 6, 2017 at 4:27 pm #804561Hi,
I see, and did 115% center it for you?
Best regards,
Jordan ShannonJune 6, 2017 at 4:27 pm #804563No, it is still OFF.
June 6, 2017 at 4:35 pm #804567Hi,
Have you set it to center within the actual separator options?
Best regards,
Jordan ShannonJune 6, 2017 at 4:40 pm #804568Yes, of course. The problem is that on desktop it is centered but only on mobile it isn’t.
June 7, 2017 at 3:04 pm #805101Hi,
Please provide admin info so I can log in and look at the issue further.
Best regards,
Jordan ShannonJune 7, 2017 at 4:52 pm #805167Sure thing. Added.
June 7, 2017 at 10:22 pm #805332Hi,
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 ShannonJune 8, 2017 at 1:12 pm #805556I know it should be centered, but it isn’t on mobile. I didn’t add anything that I know of to the CSS.
June 8, 2017 at 4:52 pm #805652Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
