Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1278463

    I would like the header of my website on mobile to remain fixed at the top (to be clear the section where there is the logo, the search button and the 3 lines of the menu). Is it possible to do this? Thank you

    #1278481

    Hey eleonorabienno,

    Refer to the following:

    Best regards,
    Jordan Shannon

    #1278574

    I can not find. can you help me, please?

    #1278735

    Hi eleonorabienno,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1279022

    Why do you need this? I would just like to figure out how to make the top bar stay high even on mobile. Thank you for your support.

    #1279211

    Hi eleonorabienno,

    Well, the code shared in the docs is supposed to work, if it does not, you might have some errors in your Quick css. I wanted to check and re-merge the css.

    Best regards,
    Victoria

    #1279222

    Ok, in summary, I would like the top bar to stay fixed at the top on mobile even when scrolling down.
    thank you

    #1279249

    Hi eleonorabienno,

    Thank you. I added the code for but it was not working and I spent a while figuring it out. But it was just the caching plugin. Please clear your browser cache and check.

    Best regards,
    Victoria

    #1279326

    I saw that the code was inserted but this was causing problems on some pages and I removed it :( it stayed in the middle of the page even after clearing the cache on pages with a different structure than the articles

    #1279421

    Hi eleonorabienno,

    Did you check while being logged-in in the WordPress? You should have tried in the incognito mode. Please add the code and try again. If it does not work, send us the screenshots.

    Best regards,
    Victoria

    #1279596

    Would you be kind enough to copy the code here for me please? Thanks !

    #1281389

    Hi eleonorabienno,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
    	.responsive #top #wrap_all #header {
    		    position: fixed;
    	}
    	.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    		padding-top: 110px !important;
    	}
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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