Tagged: different version, mobile menu, navigaton menu
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
YOU ARE VERY GREAT!!!! Thanks a lot.
Would it be possible also enlarge the icons of social and increase the space between them?
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