My menu on homepage can't be seen correctly on mobile
Karlsberg
Registered Users Posts: 7 Big grins
Hello everyone !
When I want to see my site on a mobile the menu can't be seen correctly ( https://kellianbier.smugmug.com/ ) and at the moment I didn't find anything to fix this issue.
this the CSS code I use to display my menu :
.sm-page-widget-nav-toplink {
font-size:40px;
margin:0px !important;
padding: 0 190px 0 0px;
text-shadow: 4px 3px rgba(0,0,0,0.1);
}
I would love to have the same display as Chris Burkard on his site : https://www.chrisburkard.com/.
I'm a new user on this forum and you already helped me a lot with all the posts I found here... Thank's a lot !
When I want to see my site on a mobile the menu can't be seen correctly ( https://kellianbier.smugmug.com/ ) and at the moment I didn't find anything to fix this issue.
this the CSS code I use to display my menu :
.sm-page-widget-nav-toplink {
font-size:40px;
margin:0px !important;
padding: 0 190px 0 0px;
text-shadow: 4px 3px rgba(0,0,0,0.1);
}
I would love to have the same display as Chris Burkard on his site : https://www.chrisburkard.com/.
I'm a new user on this forum and you already helped me a lot with all the posts I found here... Thank's a lot !
Tagged:
0
Comments
As a starter, he disabled the mobile menu on the home page. You'll need two different menus, one for the home page and another for everything else. Remove your code and use this. This is for the home page, so just add that CSS to a CSS block on that page:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank's a lot for this code you already helped me a lot with previous post.
Greetings from France !