Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1440481
    #1440498

    Hey mirr,

    The site you linked to is not loading at all on my end, please check the URL.

    Best regards,
    Rikard

    #1440503

    Sorry, thats weird, hereby

    #1440516

    Hi,
    It looks like you are using custom css to make the header “fixed” on mobile up to 767px, this is why it is doing this, it is not default for the theme.
    Try adding this css to override it:

    @media only screen and (max-width: 989px) {
    #top #wrap_all .av_header_transparency {
        background: transparent !important;
        position: absolute!important;
    }}

    If this doesn’t work then try to find your custom position:fixed; and remove it.

    Best regards,
    Mike

    #1440525

    Works like a charm, thanks you so much!
    One more; the X for closing the overlay menu scrolls over the txt when you scroll in the menu

    #1440534

    Sorry last last one; on mobile the block for “Schrijf je in voor onze nieuwsbrief | inschrijven” doesn’t center with top and bottom margins. No matter what kind of margin I give it for the mobile version, nothing changes?

    #1440541

    Hi,
    The grid row cells with the logo & “Schrijf je in voor onze nieuwsbrief” is not centered because the cell has the vertical-align set to Top, please set to middle.
    Enfold_Support_5576.jpeg
    Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker, and helps keep threads from being confusing with multiple topics.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.