I noticed that on mobile the photos/names are line breaking kind of randomly – sometimes after just the photo, sometimes after part of the name, and sometimes somewhere in the bio. Is there a way to make that more consistent?
Hey navindesigns,
I couldn’t see any problems on my end using Chrome, could you post a screenshot of the issue and how to reproduce it please?
Best regards,
Rikard
Please take a look on mobile. Desktop is fine
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
.page-id-5103 .avia_textblock img {
width:100% !important;
min-width:100% !important;
}
}
Best regards,
Rikard
I dont think that worked :(
please ignore my previous message. it works perfectly!
thank you so much