Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1408408

    Hi, I would need a CSS Code for a smaller spacing of the widgets in the mobile view. Image attached, thanks

    #1408422

    Hi Soulshakin,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #footer .av_one_fourth {
        margin-bottom: 0;
      }
    
      .responsive #top #wrap_all #footer .av_one_fourth .widget {
        margin: 10px 0;
      }
    }

    Best regards,
    Nikko

    #1408426

    Thanks, that is not what I meant. The distance between the widgets

    #1408439

    Hi Soulshakin,

    The screenshot looks like the footer widget.
    Can you give us a link of the page shown in the screenshot? so we can give a better CSS code.

    Best regards,
    Nikko

    #1408509

    Hi Nikko,

    yes It’s the footer widget. I’ve sent you a temporary login.

    #1408621

    Hi Soulshakin,

    Thanks for giving us admin access.
    I see, the code wasn’t working because there were three columns in the footer and not four which is the default.
    I have added this code in your Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #footer .av_one_third {
        margin-bottom: 0;
      }
    
      .responsive #top #wrap_all #footer .av_one_third .widget {
        margin: 10px 0;
      }
    }

    Please review your site.

    Best regards,
    Nikko

    #1408639

    Thanks, it works. You can close the thread. Cheers

    #1408700

    Hi,

    Great, I’m glad that Nikko could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Footer widgets margin mobile view’ is closed to new replies.