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

    Hi,
    i would like to get the spaces in the footer smaller on mobile version. Do you have an idea how i can do that?

    Many regards rixi

    #1475163

    Hey rixi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
      .responsive #footer .flex_column {
        margin-bottom: 0;
      }
    }

    Best regards,
    Rikard

    #1475176

    Hi Rikard,
    thanks a lot!
    But is it possible to get the adress, kontakt and Bürozeiten a little bit closer together?

    Many regards rixi

    #1475211

    Hi,

    Thank you for the update.

    You can add this css code to adjust the spacing between the footer widgets:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #footer .flex_column:nth-child(1) .textwidget p:nth-child(2) {
        display: none;
      }
    
      .responsive #footer .flex_column {
        margin-bottom: -20px !important;
      }
    }
    

    Best regards,
    Ismael

    #1475218

    Hi Ismael,
    perfect, that worked greeat :)

    Thank you!

    Many regards rixi

    #1475225

    Hi,

    Great! Glad to know that this has been resolved. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Bi g spaces in footer widgets’ is closed to new replies.