[Support request] Gap Started Showing Using Edge Browser

Home Forums Support [Support request] Gap Started Showing Using Edge Browser

Home Forums Support Gap Started Showing Using Edge Browser

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #799167
    mrbishwork

    Gap started to show when using Microsoft Edge, other browsers are fine except this one. and the toggle button and logo is not aligned anymore. Please advise thank you

    #799218
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It looks like you have some custom CSS to align the logo and slideout toggle. I think that CSS is causing a lot of the inconsistency.

    Can you try removing that custom CSS, and adding this instead?:

    .nav-float-left .main-navigation .navigation-logo {
        float: none;
        width: 100%;
    }
    
    .main-navigation .navigation-logo img {
        margin: 20px auto;
        padding: 0;
    }
    
    #primary-menu {
        width: 100%;
    }
    
    #site-navigation li.slideout-toggle {
        float: none;
        text-align: center;
    }
    
    .slideout-toggle a {
        font-size: 35px;
    }

    What gap am I looking for exactly?

    #799231
    mrbishwork

    Thank you Tom I will try it. there is a Gap between the slideout navigation and content container. This is only happens when using edge

    #799234
    mrbishwork

    here is the screenshot of the gap

    #799246
    Tom
    Lead Developer
    Lead Developer

    I think that’s coming from Elementor: http://prntscr.com/mfj1nm

    That 100px padding-left is causing it.

    #799250
    mrbishwork

    Got it Tom. will try this again ๐Ÿ™‚ thank you very much

    #799634
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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