Viewing 4 reply threads
You must be logged in to reply to this topic.
On the About page, profile photo still appears too large on mobile even with added custom css that was provided.
I would also like the earth photo to be about 50% bigger if possible.
Thank you very much
Hello,
Please can you add !important after the width like:
width:63% !important
About the earth photo i think you have to upload a bigger image.
Regards!
here too, if i could adjust the width of the earth image on mobile only that would be great. the size appearing on desktop is good but it is not the corresponding ratio on mobile.
Hello,
Add this css as well:
@media (max-width: 480px){
.page-id-47 .row-dynamic-el .media .type_image.alignment_center {
width: 100% !important;
margin-left: auto !important;
}}
Let us know.
Best regards!
You must be logged in to reply to this topic.