Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #674817

    Hello, I noticed that not always the articles that I create are displayed. Sometimes they are forced to get out of doing the logout session. There are to make changes about?

    I would need to make visible the header and menu, when the site is viewed by smartphone or tablet. At the moment they are forced to scroll the page up to find the menu. There is a possibility of making fixed the navigation menu so make it always visible?

    #675200

    Hi gobbo_79,

    I’m not sure if I understand your problem, could you try to explain a bit further and post a link to the site in question please?

    Thanks,
    Rikard

    #675352

    Hello sorry for my english ..

    I need to always display on the top navigation menu, when my site is displayed by smartphone.Now when I view the site from your smartphone, if you’ll scroll the page down navigation menu disappears

    #676416

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #header {
        position: fixed!important;
        top: 0;
        width: 100%;
    }
    #main {
        margin-top: 82px!important;
    }}
    
    

    Best regards,
    Yigit

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