-
AuthorPosts
-
December 9, 2020 at 12:31 pm #1265970December 10, 2020 at 7:38 am #1266207
Hey argentinadelfina,
There is no element with the av-image-caption-left class on either of the pages you are referring to. Could you try to explain a bit further what you are looking to achieve please?
Best regards,
RikardDecember 11, 2020 at 11:49 am #1266512Hi thank you for your reply and sorry for the late in mine.
I find out how to change caption font size on mobile adding this to quick CSS@media only screen and (min-width: 768px) and (max-width: 788px) {
.av-image-caption-overlay-center p {
font-size: 28px;
line-height: 1.5em;
}}
@media only screen and (min-width: 789px) and (max-width: 906px) {
.av-image-caption-overlay-center p {
font-size: 13px;
line-height: 1em;
}}
@media only screen and (min-width: 907px) and (max-width: 1023px) {
.av-image-caption-overlay-center p {
font-size: 14px;
line-height: 1.2em;
}}
@media only screen and (min-width: 1024px) and (max-width: 1073px) {
.av-image-caption-overlay-center p {
margin-left: -5px;
font-size: 15.5px;
line-height: 1.2em;
}}
@media only screen and (min-width: 1074px) and (max-width: 1287px) {
.av-image-caption-overlay-center p {
font-size: 14px;
line-height: 1.2em;
}}Thank you
December 12, 2020 at 1:57 am #1266707Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonDecember 14, 2020 at 12:35 pm #1267100Hi jordan, thank you for your reply.
Everything works now, if I will need additional help I will contact you. I think we can close.
Thank you very much in advance for your help.
December 15, 2020 at 1:24 am #1267295Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Image caption font size on mobile/responsive’ is closed to new replies.