Tagged: blank template, mobile, padding
Hello,
I’m creating a no header, no footer landing page and the page in a browser looks OK, although I would rather it fills the page and centers like my normal site (so if you could fix that it would be great) but the biggest issue is on a mobile device where there is no padding – the content is smashed right up agains the left hand side of the window. I’m using an Android phone on Chrome mobile browser.
http://startawesome.com/get-results-now/
Thanks,
JP
Hey JP!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
#top.avia-blank #wrap_all {
display: block !important;
}
}
Cheers!
Josue
Josue, that looks great on the mobile site now!
I couldn’t put it in the quick CSS, nothing ever seems to work when I put it in there. I had to add it through the custom CSS editor. So now that you got that, can you tell me what we need to do to make the regular browser (non mobile) blank template page fill the entire page as well? It’s is all left justified.
JP
Hey!
Change the code to this:
#top.avia-blank #wrap_all {
display: block !important;
}
Regards,
Josue
That did it! Thanks a lot. Have a great day.
You are welcome, glad we could help :)
Regards,
Josue