• Loic

    (@loicmoinon)


    Hi! I have looked everywhere in the css and cannot possibly find where the padding or height code for our ‘main-footer’ is located. See url: https://www.pancake-world.com.
    I am referring to the grey footer area with all widgets in. As you can see, the padding around those widgets is excessively big and I want it to be related to the widget size. Thanks for your help!
    Loic

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • I can’t see any issue on the footer area

    Since that is a commercial theme (Divi), we ask that you please go to their official support channel, so you can get support from the people who know it best.

    @loicmoinon

    if you are asking for padding between 2 urls in bottom, then you can try this css

    .textwidget p {
        padding-bottom: 2px !important;
    }

    add above code in Custom CSS which you can find in Theme Settings.
    “Divi > Theme Options” > Custom css

    Thread Starter Loic

    (@loicmoinon)

    Hi Sumanm,
    Thanks for your reply on this topic ??
    No, I am referring to the distance between the orange titles (‘Useful Links & Info’, etc.) and the top of the Grey footer container they are in. It is too big for me and I’d like it to be halved.
    Thanks again!

    Thread Starter Loic

    (@loicmoinon)

    @fahimmurshed

    Weird thing here: your screenshot is showing the last backup of the site, which has change considerably this week. The footer is now GREY and not black, menus and layouts have changed too. Not too sure why you are seeing this old version, but in the new one, you’ll understand what I mean by the footer container being excessively big in comparison to the widgets.
    Thanks!

    @loicmoinon

    Check Theme settings for footer,if it allows you to adjust the height then use that.
    otherwise you can add this css in custom css

    div#footer-widgets {
        padding: 2% 0 0 !important;
    }

    Thanks ??

    I can see this from my end

    Can you please take a screenshot and indicate where you face the issue?

    Don’t forget to check your site by another browser.

    Thread Starter Loic

    (@loicmoinon)

    @sumanm
    Thanks so much! The piece of code worked ??

    As of now, I am about to post 2 new topics to resolve some other issues. I have no doubt you’ll be able to help me too ??
    Thanks again so much! You’ve been brilliant!
    Loic

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Footer Padding is too big!’ is closed to new replies.