Trade Theme Footer Gap

Hey,

How can I make the footer always stay a the bottom of the page even if there isn’t much content being displayed.

1 Like

Hello @Manuel7
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

roameesim.com, leclit.

1 Like
  • Here is the solution for you @Manuel7
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.
@media only screen and (min-width: 600px) {
#MainContent {
     min-height: 62vh !important;
}
}
  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Sorry can you try add this code again @Manuel7

1 Like

Thank you so much for your help!

1 Like

Glad to help you. Have a good day.