Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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!

  •  4,774
    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 :)

  •  4,774
    Michael replied

    You're welcome!

    Have a nice day!