Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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?

    #804042

    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

    #804378

    Thanks, it worked. Problem is that center aligning the icons in the separator element didn’t really work.

    #804554

    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

    #804559

    I edited it as %120 made it to much to the right…

    #804561

    Hi,

    I see, and did 115% center it for you?

    Best regards,
    Jordan Shannon

    #804563

    No, it is still OFF.

    #804567

    Hi,

    Have you set it to center within the actual separator options?

    Best regards,
    Jordan Shannon

    #804568

    Yes, of course. The problem is that on desktop it is centered but only on mobile it isn’t.

    #805101

    Hi,

    Please provide admin info so I can log in and look at the issue further.

    Best regards,
    Jordan Shannon

    #805167

    Sure thing. Added.

    #805332

    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

    #805556

    I know it should be centered, but it isn’t on mobile. I didn’t add anything that I know of to the CSS.

    #805652

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.