Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #311626
    Darren Hadwen
    Participant

    Hi all,

    I’ve been trying to remove a blank space on the footer of our website.

    https://differentanglephotography.co.uk/

    Below the Instagram feed in the footer and above the social buttons there is an awkward, empty space there. Is there any way I can remove it so the spacing is the same as the gap below (the social buttons to the menu bar)?</p>
    Many thanks in advance,

    Darren

    #311629
    tikaram
    Keymaster

    @darren-hadwen : Please login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    #site-generator {
      padding-top: 0;
    }
    
    .footer-widget-area,
    .widget-area .widget-column {
      padding-bottom: 0;
    }

     

    Regards,
    Tikaram

    #311635
    Darren Hadwen
    Participant

    Hi Tikaram,

     

    That worked perfectly, thanks so much.

     

    Best wishes,

     

    Darren

    #311684
    tikaram
    Keymaster

    @darren-hadwen : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/fotografie/reviews/#new-post . Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove empty area in footer’ is closed to new replies.