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

    Hi,
    I would like to know how to remove the margin-bottom from a column within a color section in the mobile version.
    See the picture: https://monosnap.com/file/mYnNMaRQQ14WSGaUobtHVsTuSo91Pv
    I add a class in the colum “clmwho” with this CSS:
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column .clmwho{
    margin-bottom: 0px !important;
    }
    }

    Thank you for your support,
    Manuela

    #1359875

    Hey Manuela,

    Please try this CSS instead:

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

    Best regards,
    Rikard

    #1359942

    Hi Rikard,
    Yes perfect.
    thank you for your support,
    Manuela

    #1359945

    Hi,
    Glad Rikard 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 ‘Column space mobile version’ is closed to new replies.