Home Forums WoodMart support forum Force full height browser on short pages

Force full height browser on short pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43864

    wizard247
    Participant

    I have a shortened cart page without widgeted footer ā€“ just copyright footer and Iā€™d like to force the screen to be always browser view height as currently it is showing my copyright footer with white space underneath as the page content is not sufficient to force full height. How can I do this? I tried setting html and body tags to 100% but this has no effect. Thank you.

    Just add a product and View Cart – https://tagaripublications.com/cart/

    Thank you,
    Louise

    #43883

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .main-page-wrapper {
           min-height: 80vh;
    }

    Regards

    #44068

    wizard247
    Participant

    Thanks. Worked šŸ™‚

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

The topic ‘Force full height browser on short pages’ is closed to new replies.