Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1222021
    sulleali
    Participant

    Hi, so in my site http://www.myll.it, as you can see in attachment or going to it, when you scroll down and the go up, all the page like shifts to the right… it happens mostly with chrome. What could it be? thanks!

    #1222026
    sulleali
    Participant

    i have wordpress and the theme updated to the last realeases

    #1222132
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > CSS in the Customizer.

    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        clear:both;
    }
    

    Hope that helps.

    #1239671
    sulleali
    Participant

    Hi, thanks for the answer, I thought it worked, but now I saw that is working only if I’m logged in, if I see the site as a normal visitor the problem is still there…

    #1239803
    Joao
    Moderator

    Hi There,

    Please clear your browser cache and test it again,

    Let us know how it goes,

    Joao

    #1240859
    sulleali
    Participant

    I cleared the browser cache, the site cache, the server cache, but nothing. I also transfered the web site from the stagin server to the final one, you can see it for your self: http://www.sulleali.it/

    the bug happens when: I’m not logged in and when using chrome browser (from safari it seems not happening).

    #1241058
    Jade
    Moderator

    Hi there,

    Please try to add this code in the customizer:

    .home #x-content-band-1 .x-container .x-column {
        margin: 0 auto !important;
    }

    Hope this helps.

    #1242070
    sulleali
    Participant

    Nothing, it still does it (and yes I deleted cache everywhere)… and is not just the header or the home, is all the pages … look at the screenshots.

    A thing I noticed is that when I pass hover the dropdown menu everything turns to normal

    But the strangest thing is that when i’m logged in as admin, I don’t see the bug.

    #1242111
    Christian
    Moderator

    Hey there,

    Would you mind providing us with WordPress Admin username / password so we can take a closer look?

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1244382
    sulleali
    Participant
    This reply has been marked as private.
    #1244764
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }

    Hope that helps.

    #1244876
    sulleali
    Participant

    Seems to work! Thanks!

    #1244920
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1222021 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>