Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1075435

    Hi,
    on this site https://entwicklung.silexa.com/growler-und-bottle-filler-en/ we have a header section with custom class which will be displayed on screen sizes bigger than 1300 px. Below there are 2 sections with custom classes displayd on screen sizes below 1300 px. This works fine with the following css-code:

    @media only screen and (min-width: 1300px) {
    #headermobile1 { display: none !important; }
    #headermobile2 { display: none !important; } }
    @media only screen and (max-width: 1300px) {
    #headerdesktop { display: none !important; } }

    in Firefox, Edge, Safari on Smartphone, but not on Chrome or Safari on Tablet.
    Any solution?
    Thanks
    Stefan

    #1075820

    Hi Stefan,

    I checked your site on Chrome and it’s working fine. Please try to clear your browser cache and reload the page.

    Best regards,
    Rikard

    #1075871

    Oh, so simple… many thanks, Rikard!

    #1076580

    Hi,

    I’m glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1076643

    Hi, thanks again und please close.
    Best regards, Stefan

    #1076909

    Hi Stefan,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Custom breakpoint not working on each browser’ is closed to new replies.