Hello,
This is more of a CSS question , but I hope I will get an answer form your support or others ...
Can someone help me get the external pages in full height? Tried giving #wrap_all min-height: 100% .. does not work ..
Thank you!!
Hello,
This is more of a CSS question , but I hope I will get an answer form your support or others ...
Can someone help me get the external pages in full height? Tried giving #wrap_all min-height: 100% .. does not work ..
Thank you!!
Hey,
you can try following code (i.e. add it to css/custom.css:
.content {
min-height: 100%;
}You must log in to post.