Hi,
We are using WPML plugin and this issue has occurred for both English and Farsi languages:
Just in Tablet mode, the font size of sub-menu titles is NOT as same as the rest of the fonts:
Mobile mode (shows right)
Tablet mode (shows wrong)
Thanks,
Sadegh
Hey Sadegh,
This is being caused by this code in your child theme’s CSS:
@media only screen and (min-width: 768px) {
#header .sub-menu a {
font-size: 32px;
color: black !important;
}
}
Please remove font-size: 32px;
to prevent this from happening.
Best regards,
Sarah
Hi Sarah,
Thank you, you’re right, I had to remove font-size. -The issue is solved.
(you may now close the thread please)
Regards,
Sadegh
Great! Let us know here in the forums if you have other questions.
Cheers!
Sarah