Tagged: responsive
Hi there,
I’m having problems with the header on mobile devices, the index is the only section where the header look right: https://www.dropbox.com/s/inapj0pfkgfqqlw/index.png?dl=0
But it changes on the other sections: https://www.dropbox.com/s/sgwc2k8dcjy1ms6/other%20sections.png?dl=0
I want all my header pages looking like the index header, I mean without the extra padding.
How can I do that?
Thanks.
Hi genarojrs!
There seems to be an empty color section looking at the code. I wanted to log in and check but the regular WordPress login page isn’t working, could you link to the correct one please?
Best regards,
Rikard
I will put the login page on private content.
Thanks.
Hey!
I don’t know why you’ve put empty color sections on the top of each page instead of using the header options? Your pages are displaying just as you’ve designed them actually so there no problem with them.
You can assign id’s to your sections if you want to hide them on mobile:
@media only screen and (max-width: 767px) {
#id-of-color-section {
display:none !important;
}
}
Best regards,
Rikard