Hi. I'm not sure why, but the font size for my menu when viewing on mobile is rather small. Can I adjust this? I'd also like it to be at the top of the screen, not centred...
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 690px) {
#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
font-size: 19px !important;
line-height: 20px !important;
}
}
Use below CSS . You can wrap them in a media query as per your needs.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container li li a {
font-size: 16px;
line-height: 22px;
}
Hi. I'm not sure why, but the font size for my menu when viewing on mobile is rather small. Can I adjust this? I'd also like it to be at the top of the screen, not centred...
Hey Again,
Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .
Best.
ThemeNectar Support Team
Hi, in that section it doesn't mention anything about navigation font sizes...
Which of the choices relates to mobile menu titles?
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
I managed to adjust this in the Off Canvas Navigation section in typography. The sub navigation won't change on mobile from this section however...
Hey Again,
Use below CSS . You can wrap them in a media query as per your needs.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Great thanks!