Home Forums WoodMart support forum Remove bottom space below footer

Remove bottom space below footer

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #361593

    Jeriss Cloud Center
    Participant

    Dear,

    At the bottom of my page, you can see some white space below the footer.

    How to remove this please?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #361728

    Bogdan Donovan
    Keymaster

    There are two possible solutions:

    1. Use the following custom code to overwrite footer spacing:

    .footer-column.footer-column-1 {
    	margin-bottom: 0;
    }
    
    .footer-sidebar.widget-area {
    	padding-bottom: 0;
    } 

    2. Remove “background-color” and “stretch row” from the footer section that is set in the WPBakery editor (https://prnt.sc/3lmJGY1MooY6), configure footer background color and color-scheme via theme settings => footer => color-scheme options (https://prnt.sc/ClteoLYOPwZZ) and reorganize footer rows spacing using WPBakery padding\margin options.

    Kind Regards

    #361775

    Jeriss Cloud Center
    Participant

    Dear Bogdan,

    I applied your custom code but I still see some paddings. Can you check ?

    Thanks
    Simon

    Attachments:
    You must be logged in to view attached files.
    #361921

    Bogdan Donovan
    Keymaster

    Your footer HTML-block content has empty <p> tags on start and end which adds additional spacing (https://prnt.sc/hEFUdhOSHhFX).

    Navigate to your footer HTML-block, switch to the classic editor mode (https://prnt.sc/D9RVvig4C89r), and remove <p> tags around the footer shortcode.

    Kind Regards

    #362040

    Jeriss Cloud Center
    Participant

    I don’t see any <p> in the Footer HTML Block. I copy-pasted the entire code in private below.

    #362056

    Bogdan Donovan
    Keymaster

    Hello,

    Please, provide us with your admin access so we can log in and check this on your side.

    Thank you in advance.

    #362084

    Jeriss Cloud Center
    Participant

    See below

    #362339

    Bogdan Donovan
    Keymaster

    Hi,

    We have checked your site footer and it’s looking normal now (https://prnt.sc/4qugixucC-ft).

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)