Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #841420

    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

    #841576

    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

    #841586

    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

    #841590

    Great! Let us know here in the forums if you have other questions.

    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem with Sub-Menu Font’ is closed to new replies.