Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2282494
Spacing in footer on a mobile
Closed

Comments

  • indigoross started the conversation

    Hi!

    I hope all is well.

    On a mobile the spacing in the footer is quite large between each widget.

    How can i reduce this? have looked through CSS but cant find anything to reduce it.

    Many thanks!

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    @media(max-width:767px){
    footer#colophon .widget.inline-column {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }}

     

    6707465710.png
  • indigoross replied

    Many thanks for this! much appreciated :)

  •  5,055
    Michael replied

    You're welcome!

    Have a nice day!