Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #692405

    Hi,

    There is an option to add custom top and bottom margin to columns. This works great on desktop, but not on mobile devices.

    How can I remove this margin on mobile devices?

    Thank you regards

    #692428

    Hey reamisag,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #692519

    Hi

    Here are the login information. You need to login and then you will see the page. When you resize you browser to less then 700px you will see what happens to the 3 squares on the bottom front page.

    Thank you
    Regards
    Marko

    #693225

    Hi,
    Sorry for asking again, but is there a CSS sollution for my problem? somehow the first column is not shown…
    Thank you

    #693229

    Hey!

    Can you please post a screenshot showing the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. I checked your page but could not see an issue with columns

    Best regards,
    Yigit

    #693346

    Hi

    I’ve made a short video – you will see that the first column is only shown partialy on mobile screen…

    Regards
    Marko

    #693355

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 768px) {
    .home #av-layout-grid-1 .flex_column_table {
        margin-top: 0!important;
    }}
    

    Best regards,
    Yigit

    #693425

    Thx Yigit

    That did the job :-)

    Regards
    Marko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Column custom top and bottom margin remove on mobile devices’ is closed to new replies.