• Resolved florian1214

    (@florian1214)


    Hi,
    In the first Container, when you scroll down the logo jumps under the menu and doesnt stay fixed…
    how can i fix it?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Anonymous User 15026628

    (@anonymized-15026628)

    Hi florian1214

    Try to set ID avada-vertical-menu-widget-3 as Stop ID in Appearance-General Options. Does that help?

    Kind regards, Oliver

    Thread Starter florian1214

    (@florian1214)

    No the Logo should Be sticky too but in the beginning its jumping so can you say how to fix the menu widget to stay fixed in the beginning

    Anonymous User 15026628

    (@anonymized-15026628)

    Hi florian1214

    The behavior of Fixed Widget is a bit different. But first of all try to avoid those empty sidebar widgets and try again. If you want to have margin before and after the logo I would suggest you to define margins for the logo widget instead.

    If this does not work you could just disable Fixed Widget and do the following by adding some CSS:

    To fix the logo I would use CSS rules like #media_image-2 { position: fixed; }. The same I would do to fix the navigation: #avada-vertical-menu-widget-3 { position: fixed; }.

    You might add some rules to setup the correct position for both the logo and navigation via margin: 10px 0px 10px 0px;.

    In the end you should define the behavior when viewing the website on a small screen device via
    `
    @media screen and (max-width: 699px) {
    #media_image-2 { position: static; }
    #avada-vertical-menu-widget-3 { position: static; }
    }
    `

    • This reply was modified 4 years, 7 months ago by Anonymous User 15026628.
    Anonymous User 15026628

    (@anonymized-15026628)

    Hi florian1214

    Did that help you?

    Kind regards, Oliver

    Thread Starter florian1214

    (@florian1214)

    Yes that helped me

    Kind regards,
    Florian

    Anonymous User 15026628

    (@anonymized-15026628)

    I’m glad to hear 🙂

    • This reply was modified 4 years, 7 months ago by Anonymous User 15026628.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Widget jumps’ is closed to new replies.