Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #474594

    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.

    #474786

    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

    #475090

    I will put the login page on private content.

    Thanks.

    #475224

    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

    • This reply was modified 8 years, 9 months ago by Rikard.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.