Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10045406
    umbrellamanagement
    Participant

    Hello,
    I have a problem with the top-bar on mobile. When the page is loading, the top-bar is displayed and the header with the menu is partially hidden. It stays about 1 sec and then the header is going down and visible. I would like to not have this delay and the page shoud be displayed correctly from the first time.
    Thank you!


    #10045412
    Support
    Keymaster

    Hello, I just checked your site and I couldnt see it (tested on Chrome latest version / desktop).

    Can you send more details?


    #10045413
    umbrellamanagement
    Participant

    On mobile, not on desktop. I am using Samsung S23 for example.


    #10045414
    Support
    Keymaster

    1) Add this:
    (css/custom.css)

    @media (max-width: 991px) {
    
    
    	body.with-topbar > .body {
    		transition: none !important;
    		margin-top: 0 !important;
    	}
    
    	body.with-topbar > .body > .body {
    		transition: none !important;
    		margin-top: 94px !important;
    	}
    	
    }

    2) Move the notice-bar to inside the DIV Main:


Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.