- AuthorPosts
- May 6, 2019 at 10:40 am #30101adminGuest
Hi! I read all the Q &As on similar topics and was able to optimize my website for mobile devices to a large extent by adjusting the size of the columns in “mobile view” mode. Yet, I have not succeeded in adjusting the text of the slide show that comes in the Inspiration named “Prima”.
Under GALLERY SETTINGS, caption type is h2. It looks great on the computer, but the text looks gigantic on mobile devices (shown at the bottom of the images in big grey boxes) and I do not find the way to edit it, neither to see it using the mobile view when editing the page. I tried each of the available caption types and none works well on both, computer and mobile devices (either the text for each image is shown well in one but not in the other). How can I adjust the captioning of images in a slide show so it looks well on both computer and mobile devices? Thank you
May 6, 2019 at 11:25 am #30102BoldGrid ContributorGuestThanks for contacting us.
Unfortunately, there currently aren’t controls to change font size based on screen width for the galleries.
You can add the following using Customize > Advanced > Custom JS & CSS.
@media (max-width: 767px) {
.wc-gallery .gallery .gallery-item .gallery-caption h2 {
font-size: 36px;
}
}I hope this helps.
May 6, 2019 at 3:36 pm #30103adminGuestHi, I will try your suggestion above. I am no IT expert, so to be sure that I understand: this would adjust the font size to be displayed on mobile devices so it does not look as big as on the computer?
May 7, 2019 at 9:01 am #30104BoldGrid ContributorGuestYes. It only applies to mobile screen sizes.
- AuthorPosts
- The topic ‘ISSUES WITH OPTIMIZATION FOR MOBILE DEVICES: TEXT OF HOME PAGE SLIDESHOW’ is closed to new replies.