Tagged: mobile
1. I’ve specified my fonts for the main menu but on mobile it changes. How can I ensure that the specified font (Open sans light) is used?
2. On my homepage, huge padding setting isn’t working on one of my color sections when on mobile.
Hey trishgray,
Please try the following in Quick CSS under Enfold->General Styling:
#avia-menu .avia-menu-text {
font-family: "open sans" !important;
}
Best regards,
Rikard
Hi there,
What about the padding in one of my sections on mobile?
Hi there,
I put in this solution, cleared my cache and it is still not recognizing my css for font-weight: light. Can you also let me know about the padding on mobile. I used huge padding in the color section and on mobile there is zero padding at all.
Hi trishgray,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a .avia-menu-text {
font-weight: lighter;
}
.avia-section {
padding: 30px 0;
}
}
If you need further assistance please let us know.
Best regards,
Victoria