• Resolved Anonymous User 15921485

    (@anonymized-15921485)


    hi Team,
    I have simple header… LOGO + MENU + SEARCH ICON.
    Screen1: https://ibb.co/QMjhjMJ
    Container is set for 1345px – jus as the picure below header.

    When i change my browser windows size (simply to simulate responsiveness) i can see that everything below header is shrinking but logo and menu stays at the same size (menu is not moving left towards logo) until it hits tablet resolution where menu changes to hamburger.
    Screen2: https://ibb.co/gM1nLsF

    What i have noticed, that if i move to other page that is showing blog posts (so it is created automaticaly – no manual structure) and start changing browser window size header is changing along with body (menu is moving left to the logo) so header stays has always same width.
    Screen3: https://ibb.co/LdxDmGK

    What do i do wrong here? Why header is not keeping up with site body below when i resize browser window?

    thanks!!!

    • This topic was modified 2 years, 10 months ago by Anonymous User 15921485.
    • This topic was modified 2 years, 10 months ago by Anonymous User 15921485.
Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter Anonymous User 15921485

    (@anonymized-15921485)

    OMG! @luciamarinescu! You’ve nailed it!!!! Works like a charm!!!

    @luciamarinescu, @mateithemeisle, @purplecodes
    Thanks a bunch!!! To all of ya!!!

    Thread Starter Anonymous User 15921485

    (@anonymized-15921485)

    Final code, before i close the case:

    @media only screen and (min-width: 960px){
    .alignwide {
        width: 100%;
        max-width: revert;
        margin-left: revert;
        margin-right: revert;
    }
    }

    Pages needs to be setup to default template settings.

    • This reply was modified 2 years, 9 months ago by Anonymous User 15921485.

    @fotolandowski Wonderful, we’re happy to hear the issue is fixed now, thanks for letting us know! It would be great if you could mark this thread as resolved.

    Thank you and have a nice day!

    Thread Starter Anonymous User 15921485

    (@anonymized-15921485)

    Resolved.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Header – different behavior for custom page and blog archive’ is closed to new replies.