- This topic has 5 replies, 2 voices, and was last updated 1 year, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hi, the customizer does not provide any option to change font-size or header size for mobile devices. How can I modify these two parameters? Thanks
Hi Abaliv,
Actually, the mobile styles are default, after resizing the browser window or on the mobile phones site title will automatically scale down.
If you have any issue with the font size please share your website URL and we will correct it with custom CSS snippets.
Kind Regards
Hi Abaliv,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 880px) {
.entry-header {
height: 80px !important;
}
}
@media screen and (max-width: 880px) {
.header-logo a {
font-size: 20px !important;
}
}
Kind Regards
Hi Vako,
Many thanks for your response. The code snippet worked! Looks great now.
Thanks again for your help.
Rgds,
-Abaliv
Feel free to contact us at any time, we are more than happy to help.
Kind Regards