V12 how do I fix headers and footers for mobile phones
Autor: Rudy P.
Visited 1668,
Followers 1,
Udostępniony 0
Just installed V12 and am playing with the new "responsive" feature for mobile sites. Page content displays correct, but not the header and footer. Exported and imported the site from V11 and enabled "responsive". Any ideas?
Posted on the
Hi
incomedia decided it was a good idea to hide the main web header and footer on mobile once you make the site responsive. Although a lot of users disagree with this it does speed up the sites on mobile devices.
if you go into responsive settings and go to footer area you can add html code in the text box.
if you only have a logo in your header set it to the left and use this code:
<style>
@media (max-width: 960px) {
div.imTemplateContent {
display: block !important;
}
</style>
Regards
jamie