Guest Posted September 7, 2019 Share Posted September 7, 2019 when my site is used on mobile display - the navigation dropdown is so large and scale off the mobile page. I wondered if there is a CSS code for this. Please can somebody help :) Link to comment
tuanphan Posted September 7, 2019 Share Posted September 7, 2019 @ccammidget no one can help without site url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted September 7, 2019 Share Posted September 7, 2019 thanks for your reply.its: www.fentonfilm.com Link to comment
tuanphan Posted September 7, 2019 Share Posted September 7, 2019 @ccammidge Add to Home > Design > Custom CSS @media screen and (max-width:768px) { a.nav-item-page { font-size: 16px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted September 7, 2019 Share Posted September 7, 2019 thanks very much, problem is it has made the secondary navigation smaller but not the main navigation. It also still does not fit on page.Thank you Link to comment
tuanphan Posted September 7, 2019 Share Posted September 7, 2019 @ccammidge try this @media screen and (max-width:768px) { nav.mobile-primary-nav-links { font-size: 16px; } a.nav-item-page { font-size: 16px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Mdhanjal Posted September 7, 2019 Share Posted September 7, 2019 @media only screen and (max-width: 768px) { .mobile-primary-nav-links { font-size: 25px; letter-spacing: 0em; line-height: 2em; } .mobile-secondary-nav-links { font-size: 25px; letter-spacing: 0em; line-height: 1.9em; }} Hi, I'm BITTU. A website developer with 10 years experience with Squarespace. if you need help and work with me, Email me here: - mandeepsquarespace@gmail.com Hire Upwork: - https://www.upwork.com/freelancers/~01eed466e76c89e024 Behance: - https://www.behance.net/mandeepSquarespace Best Hourly Rate: - $15 Per Hour Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.