Comments Rboullay started the conversationSeptember 9, 2022 at 8:25amHellosorry another problemi ve set this code in order to change size font of caption images.wp-caption p.wp-caption-text, .penci-featured-caption { font-size: 10px !important; margin-top: -5px;}my problem is that it dind't work on iphones?? 2,610PenciDesign repliedSeptember 9, 2022 at 11:05amHi,The custom CSS you've already applied to the caption images on mobile, here is a screenshot:Please clear all the browser cache & check again.Regards,PenciDesign.Rboullay repliedSeptember 9, 2022 at 11:10ami know it works but not on iPhone ?Look not the featured caption but thé others please you will see like my screen shot 2,610PenciDesign repliedSeptember 9, 2022 at 1:46pmHi,You can modify the CSS code like this: @media only screen and (max-width: 767px) { .wp-caption p.wp-caption-text, .penci-featured-caption { font-size: 10px !important; margin-top: -5px; } } Regards,PenciDesign.Rboullay repliedSeptember 9, 2022 at 2:08pmi v already done that and it doesn't work 2,610PenciDesign repliedSeptember 9, 2022 at 3:44pmHi,Here is a screenshot of your site on my phone, the image caption display the same as your custom CSS.You should check your site on private windows.Regards,PenciDesign.Rboullay repliedSeptember 9, 2022 at 3:52pmhas i wrote before it is not the featured caption the problemBut all others captionsLook same page under another image please 2,610PenciDesign repliedSeptember 9, 2022 at 4:53pmHi,I've checked your site and not found the code I've sent on this reply: https://pencidesign.ticksy.com/ticket/3121608/#comment-16728313Have you added this to your site?Regards,PenciDesign.Rboullay repliedSeptember 9, 2022 at 5:00pmyes the code is there It was already there before your answer!important don’t solve problem 2,610PenciDesign repliedSeptember 9, 2022 at 5:04pmHi,You should clear all the site cache, because I'm searching the site source code but still not found the code I've sent.Regards,PenciDesign.Rboullay repliedSeptember 9, 2022 at 5:10pmlook 2,610PenciDesign repliedSeptember 9, 2022 at 5:11pmHi,Let's check the code I've sent: @media only screen and (max-width: 767px) { .wp-caption p.wp-caption-text, .penci-featured-caption { font-size: 10px !important; margin-top: -5px; } }This is contain the max-width: 767px.Regards,PenciDesign.Rboullay repliedSeptember 9, 2022 at 5:16pmit is done it doesn't solve the problemRboullay repliedSeptember 9, 2022 at 5:16pmsorry with print screenRboullay repliedSeptember 9, 2022 at 5:25pmok ok i have paste your code and looksame problemRboullay repliedSeptember 9, 2022 at 5:25pmprint screen sorry 2,610PenciDesign repliedSeptember 10, 2022 at 2:34amHi,Please try to add the following code to your site: @media screen and (-webkit-min-device-pixel-ratio:0) { .wp-caption p.wp-caption-text { font-size: 5px !important; margin-top: -5px; }}Regards,PenciDesign.Rboullay repliedSeptember 10, 2022 at 7:33amHelloSorry it doesnt work 2,610PenciDesign repliedSeptember 10, 2022 at 9:00amHi,Please try to replace it with this CSS code: @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body .penci-featured-caption, body .wp-caption p.wp-caption-text { font-size: 5px !important; margin-top: -5px; }}Regards,PenciDesign.Rboullay repliedSeptember 10, 2022 at 9:08amit workkssss!!!!!thanksRboullay repliedSeptember 15, 2022 at 9:17amok sorry i send you a video has you can see there is a bug when we scrool up (size reduce and grow)...further more, in android this code make caption very very small?Thanks 2,610PenciDesign repliedSeptember 15, 2022 at 10:24amHi,Please modify the previous code like this: @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body .penci-featured-caption, body .wp-caption p.wp-caption-text { font-size: 10px !important; margin-top: -10px; }}Regards,PenciDesign.Rboullay repliedSeptember 15, 2022 at 10:41ami see no change on iphone with this code sorry 2,610PenciDesign repliedSeptember 15, 2022 at 4:14pmHi,I've checked your site on my phone (iOS Safari) but have not found any issue:Please check again on the private/incognito mode.Regards,PenciDesign. Sign in to reply ...
Hello
sorry another problem
i ve set this code in order to change size font of caption images
.wp-caption p.wp-caption-text, .penci-featured-caption {
font-size: 10px !important;
margin-top: -5px;
}
my problem is that it dind't work on iphones??
Hi,
The custom CSS you've already applied to the caption images on mobile, here is a screenshot:
Please clear all the browser cache & check again.
Regards,
PenciDesign.
i know it works but not on iPhone ?
Look not the featured caption but thé others please you will see like my screen shot
Hi,
You can modify the CSS code like this:
Regards,
PenciDesign.
i v already done that and it doesn't work
Hi,
Here is a screenshot of your site on my phone, the image caption display the same as your custom CSS.
You should check your site on private windows.
Regards,
PenciDesign.
has i wrote before it is not the featured caption the problem
But all others captions
Look same page under another image please
Hi,
I've checked your site and not found the code I've sent on this reply: https://pencidesign.ticksy.com/ticket/3121608/#comment-16728313
Have you added this to your site?
Regards,
PenciDesign.
yes the code is there
It was already there before your answer
!important don’t solve problem
Hi,
You should clear all the site cache, because I'm searching the site source code but still not found the code I've sent.
Regards,
PenciDesign.
look
Hi,
Let's check the code I've sent:
This is contain the max-width: 767px.
Regards,
PenciDesign.
it is done
it doesn't solve the problem
sorry with print screen
ok ok i have paste your code and look
same problem
print screen sorry
Hi,
Please try to add the following code to your site:
Regards,
PenciDesign.
Hello
Sorry it doesnt work
Hi,
Please try to replace it with this CSS code:
Regards,
PenciDesign.
it workkssss!!!!!
thanks
ok sorry
i send you a video has you can see there is a bug when we scrool up (size reduce and grow)...
further more, in android this code make caption very very small?
Thanks
Hi,
Please modify the previous code like this:
Regards,
PenciDesign.
i see no change on iphone with this code sorry
Hi,
I've checked your site on my phone (iOS Safari) but have not found any issue:
Please check again on the private/incognito mode.Regards,
PenciDesign.