SP Easy Image Gallery Change Font Size For Mobile Version - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

SP Easy Image Gallery Change Font Size For Mobile Version

D

Dominik

SP Page Builder 2 years ago

Hi there

I try to change the font size of the easy image gallery only on mobile version. Some words are too long for the image: https://prnt.sc/Xk966GS48lGG

I tried:

@media (max-width: 767px) .speasyimagegallery-album-title { font-size: 12px; }

But it doens't work. What can I do?

Link to Homepage

Thank you. Domi

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101431

Sorry for the delay. Use this custom CSS

@media (max-width: 767px) {

.speasyimagegallery-album-title { 
    font-size: 12px !important; 
}

}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101074

Hi

Thanks for contacting us. I will check and get back to you soon.

-Regards.

0
D
Dominik
Accepted Answer
2 years ago #101373

Any news?

0