• Hi there ??

    So im trying to reduce the space in between the vertical footer menu items. I think this is also the reason why the height of the footer is quite large and i would also like to reduce this. My site is mrfix.eu
    I also don’t know where to put in the custom css class for the footer widget. I hope you can help me ??

    Greetz Chantal

Viewing 1 replies (of 1 total)
  • Hey there Chantal,

    How are you doing today?

    Your footer has top/bottom padding which you could remove with some custom CSS. Since you’re not experienced with this the easiest way to add CSS to your theme is in case your theme doesn’t have custom CSS tab is to use this plugin https://www.ads-software.com/plugins/simple-custom-css. Once the plugin is installed and activated you can add the following code to Appearance -> Custom CSS:

    .footer_top {
        padding: 0;
    }

    Hope this helps ??

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘reduce space between footer menu items. Bridge theme’ is closed to new replies.