#170897 Image Caption Title doesn’t show on mobile
Landing › Forums › Jupiter WordPress Theme › Image Caption Title doesn’t show on mobile
-
AuthorPosts
-
Sylvia Faasse 4 months ago
Hey team,
I can’t seem to figure out why or how, but the Image Caption Title of the ‘Image’ element doesn’t show on mobile. Find attached screenshots. Is there a way to fix this?
Nodari 4 months agoHey there
Please add this CSS code in the Appearance > Customize > Additional CSS:
@media handheld, only screen and (max-width: 480px){ .inside-image .mk-image-caption { display: block !important; } }
Regards
Sylvia Faasse 4 months agoHey Nodari,
Thanks for that but it doesn’t seem to make a difference – find attached screenshot?
Sylvia Faasse 4 months agoHi Nodari,
Ah ok, thank you so much! Does that mean it doesn’t really work if I add the CSS to the Jupiter template code? Does it have to be on the specific page? Thanks again, cheers.
Mohsin Al-Rabieai Support Team 4 months agoFor better performance, CSS fixes that are written for one page, better to be added to that page only. If it’s a global CSS affecting all of the pages or a lot of number of pages, you can move it to the global custom CSS section in the theme options.
Bests
-
AuthorPosts