Hi there,
Is there a way to have my legends size smaller for iPad (portrait) and iPhone so that they don’t come all over the images ?
Thanks a lot,
Marie
pre-production link : http://eq59799.amanda6.nfrance.com/
Hey marienoisette!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.avia-caption .avia-caption-title {
font-size: 10px; }
}
Cheers!
Yigit
Thanks Yigit. It works though it still remains too big on the iPhone…
Also, I didn’t see it myself but someone told me that on iPad (portrait) the menu gets into the logo…
Can I arrange that through quick CSS only, without touching other files ?
Thanks for your help !
Marie
Hi Marie!
Unfortunately, no. You can refer to this post to adjust the width to switch to mobile menu https://kriesi.at/support/topic/navigation-menu-on-ipad-portrait-view/#post-216753
Regards,
Yigit
OK I’ll check that. If I do so, that means I will have to re-do it each time there is an ENFOLD update right…?
Thanks Yigit.
Regards,
Marie
Hey!
Yes. Or you can use a child theme to avoid it. Please see http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
Thank you.
Marie