Okay
  Public Ticket #144591
Widget Menu space between options
Closed

Comments

  • Hugo started the conversation
    Hiiii ThemeNectar, i'm trying to include CSS to give no space to the widget menu in footer, since by default it gives a lot of space between the different options of the menu. Can you help me with this problem? I tried already to set margin and padding with 0 for all the 4 directions, but without success. Regards, HB.
  •  991
    ThemeNectar replied

    Hey Hugo,

    if you want to remove the footer padding - add this to your custom css box:

    body #footer-outer .row {
      padding: 0px!important;
    }

     

  • Hugo replied

    Hey,

     

    i managed to fix it ! Thank you so much