Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #684870

    I would like to remove the space between column when presented on mobile screens. On full screen, I have space between columns set to 0 (see example below), on mobile screens when placed ontop of each other, Im getting a space that I would like to remove (second example below). I would like the space between these columns to be set to 0.

    Main Screen

    Mobile Screen

    #684871

    I uploaded the examples back to front by the looks of things.

    #685534

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #685551

    Here you go.

    #685925

    Hey!

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

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

    Regards,
    Yigit

    #686971

    Thats great, thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing Space between Columns on mobile/small screen.’ is closed to new replies.