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

    Hi, is it possible to have a different version of navigation menu on mobile devices?
    At the time I’ve two issues on my https://ilredelweb.it/save/
    First is that the menu on tablets it goes on two lines so I’d like to have a smaller font on mobile version
    Second is that however I’d like to have a different menu with other voices, would it be possible?
    I hope I explained myself
    Thanks a lot Gianluca

    #1440220

    Hey Gianluca,
    You can create another menu and then use it on mobile devices with the theme setting Enfold Theme Options ▸ Main Menu ▸ General ▸ Alternate Menu For Mobile
    Enfold_Support_5490.jpeg

    Best regards,
    Mike

    #1440223

    YOU ARE VERY GREAT!!!! Thanks a lot.
    Would it be possible also enlarge the icons of social and increase the space between them?

    #1440258

    Hi,

    Would it be possible also enlarge the icons of social and increase the space between them?

    Yes, that should be possible. Please add this css code:

    #top .social_bookmarks li a {
        width: 50px;
        line-height: 50px;
        min-height: 50px;
        height: 100%;
        font-size: 30px;
    }
    
    #top .social_bookmarks li {
        margin-right: 5px;
        width: 50px;
    }

    Best regards,
    Ismael

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