• Resolved justlenz

    (@justlenz)


    Hey everyone,

    I have a problem with the top bar on mobile devices, created with elementor. It always has a negative left value… I tried left:0!important, but it didn’t work.

    Thank you for your help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please try to add the below CSS code from the Appearance > Customize > Custom CSS and check.

    div#top-bar {
        max-width: 100%;
        width: 100%;
    }
    .elementor-3443 .elementor-element.elementor-element-adba49a {
        left: 0 !important;
        margin: -10px 0 -10px 0;
    }
    
    Thread Starter justlenz

    (@justlenz)

    It worked. Thank you so much!!

    Glad to hear that issue has been fixed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top bar negative margin-left (mobile)’ is closed to new replies.