WebSite X5Help Center

 
Rudy P.
Rudy P.
User

V12 how do I fix headers and footers for mobile phones  en

Autor: Rudy P.
Besucht 1667, Followers 1, Geteilt 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?

Gepostet am
1 ANTWORTEN
Jamie B.
Jamie B.
User

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

Mehr lesen
Gepostet am von Jamie B.