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

    Hi, I can’t adjust the distance between boxes. Can you tell me where exactly I can adjust them?
    Please habe a look at “Dienstleistungen”, it’s not right in Desktop modus and esprecially in mobile mode.
    Kind regards,
    Veronika

    #1480176

    Hey Loveronika,

    Thank you for the inquiry.

    We set the first row to have an equal height so it’s the same as the next rows. We also removed the custom top and bottom margins.

    If you need to adjust the spacing on mobile view, please add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0;
      }
    }

    Best regards,
    Ismael

    #1480194
    This reply has been marked as private.
    #1480305

    Hi,

    The css modification should only affect the mobile view. We added it again in the Quick CSS field. Please make sure to purge the cache or use incognito mode before checking the page.

    Screenshot: https://imgur.com/tdcrc0S

    Best regards,
    Ismael

    #1480345

    Thank you!

    #1480364

    Hi,
    Glad Ismael 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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Boxes – Distance between rows’ is closed to new replies.