Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: How to hide fullwidth submenu on small devices #1437141

    Oke thanks for all the help! :)

    in reply to: How to hide fullwidth submenu on small devices #1437035

    1. is now working great, thanks!
    2. I saw this option, but in the advanced settings of the submenu I am using the option to show the full menu instead of a button, so there is no burger menu icon in this situation? This is why I assumed it would still work sticky?

    in reply to: How to hide fullwidth submenu on small devices #1436587

    Ah yes! I’m sorry, my bad… Now it shows the right menu on all the screens. 2 little problems left :)
    1. It now still shows white space on desktop and tablet.
    2. except for the desktop the menu isn’t sticky, eventhough the sticky setting is on.

    in reply to: How to hide fullwidth submenu on small devices #1436497

    Hi there,

    The last css didn’t seem to change anything unfortunately. I still have the same remaining 2 issues from my last message. Here is what is currently in my customizer:

    @media only screen and (max-width: 479px) {
    #submenu-desktop-tablet {
    display: none;
    }
    .page-id-3768 .sticky_placeholder {
    height: 0 !important;
    }

    @media only screen and (min-width: 480px) {
    #submenu-mobiel {
    display: none;
    }

    @media only screen and (min-width: 991px) {
    #submenu-desktop-tablet {
    display: none;
    }

    in reply to: How to hide fullwidth submenu on small devices #1436257

    With the extra CSS it hides the white empty space, thanks. I have also changed the media values to fit the mobile screens (479 & 480)

    I am still dealing with the following issues:
    1. On desktop and tablet screens it still shows both submenus instead of hiding the mobile version of the submenu
    2. On desktop and tablet screens it is the mobile version that becomes sticky, so that won’t work properly

    in reply to: How to hide fullwidth submenu on small devices #1435756

    Sorry, I had written the ID’s the wrong way around in the ticket ;) In the CSS I added it is the correct way.

    in reply to: How to hide fullwidth submenu on small devices #1435755

    Hi again,

    I have now added the following custom CSS:

    @media only screen and (max-width: 767px) {
    #submenu-mobiel {
    display: none;
    }

    @media only screen and (min-width: 768px) {
    #submenu-desktop-tablet {
    display: none;
    }

    The first one, for phones and tablets in portrait view seems to work as one of the submenu elements dissapears. Only problem is that is now shows a white area where the element used to be… Is there a way to remove this?

    Also, the second one, for tablets in landscape view and desktop doesn’t seem to work. It still shows both submenu elements. Did I do something wrong?

    Please use the same url for reference as before to see the results.

    in reply to: premium support #1434883

    Hi there,

    I can’t seem to find where to open a new ticket? Just the overview of all the tickets..

Viewing 8 posts - 1 through 8 (of 8 total)