Home Forums WoodMart support forum Footer height

Footer height

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #112070

    joshh31
    Participant

    Hello,

    How can I change the height of the footer blocks?

    I did that (it’s from an another post) :

    Enter the HTML block and ser zero in all the row/column/element Desing tab https://wpbakery.com/video-academy/use-element-design-options-wpbakery-page-builder-wordpress/

    Add this code to the Theme Settings > Custom CSS > Global CSS:

    body .site-content {
    margin-bottom: 0;
    }

    It doesn’t work for me, what do you recommend ?
    By the way, I created one single footer (Footer layout) and added an html block and set zero in all the row/column/element.
    Thank you.

    #112115

    Hello,

    You would better set the equal height for columns in the row. Footer has auto height as well as columns and row. It means the height would depend on the content. I do not recommend limit or fix the height as it would cause a problem on mobile devices.

    Best Regards

    #112370

    joshh31
    Participant

    Hello,

    I understand but how I can reduce the height of the footer, actually my footer is like that :

    __________________________________________________________

    (I want to reduce this part)

    Test…..
    Test2….
    Test3….

    (I want to reduce this part)
    ______________________________________________________________

    Thank you.

    #112428

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .footer-sidebar {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    Replace 40 and 10 as per your needs to change.

    Best Regards

    #112434

    joshh31
    Participant

    It works, thanks.
    Have a good day.

    #112452

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Footer height’ is closed to new replies.