Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1331450

    I would like the right and left margins on all columns on mobile devices (small screens) to be removed.

    Already tried this Custom CSS but with no luck:

    @media only screen and (max-width: 767px) {
    .flex_column {
    padding: 0 !important;
    margin: 0 !important;
    }
    }

    Can you help?

    #1331472

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all #main .container {
        width: 100%;
        max-width: 100%;
    }}
    

    Best regards,
    Yigit

    #1331540

    Thank you very much, it all works – fantastic support!

    #1331572

    Hi,
    Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove right and left margin on mobile devices’ is closed to new replies.