Home Forums WoodMart support forum Footer is not sticking at the bottom at the page

Footer is not sticking at the bottom at the page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #143644

    pogopie
    Participant

    When I look at the cart the footer is not sticky at the bottom, add some products to cart and see.

    #143647

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. You can adjust the value to change the minimum height of the content block

    .page .main-page-wrapper {
    	min-height: 700px;
    }

    Regards

    #143716

    pogopie
    Participant

    Thanks, worked

    #143726

    Artem Temos
    Keymaster

    You are welcome.

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

The topic ‘Footer is not sticking at the bottom at the page’ is closed to new replies.