Hi,
What is the best way to set page minimum height for all pages?
For example: https://suncafestore.com/my-account/lost-password/
This topic has 5 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Adeeb Rantawi
Hi,
What is the best way to set page minimum height for all pages?
For example: https://suncafestore.com/my-account/lost-password/
Hi,
Add the next code in Theme Options > Theme Custom CSS:
.content-page {
min-height: 300px;
}
Regards
Thanks for your prompt reply.
Can I align it vertically? I tried “vertical-align: middle;” but it didn’t work.
Change the previous code to:
.content-page .content {
display: flex;
align-items: center;
justify-content: center;
}
Regards
Thank you.. thank you.
The issue related to '‘Set Page Minimum Height’' has been successfully resolved, and the topic is now closed for further responses