Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1331440

    Hey,

    On some pages on our site that don’t have a lot of content, like the cart page with just one product added, the footer and socket appear in the middle of the page. We are also using a main menu positioned to the left of the page, not a top menu.

    How can we position the footer and socket at the bottom of all pages? And also we want the border line that divides the menu (left sidebar) and the main content area to go all the way down to the footer.

    #1331566

    Hey boyan89,
    For low content pages you will need to set the content area height to force the footer down, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #main > div.container_wrap {
      min-height: 80vh !important; 
      }

    typically 80vh works but you didn’t link to your page so I couldn’t test.
    In our test demo the sidebar border reaches the bottom, please link to your page so we can examine.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.