Tagged: captions, centre image mobile, image outline mobile, image with caption, text wrapped around image on mobile
-
AuthorPosts
-
March 17, 2023 at 3:45 pm #1401534March 18, 2023 at 12:25 pm #1401582
Hey Lennard,
We needed to change our support policy since it was a requirement from Themeforest. Please refer to this on how to extend your support period: https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support. You can also post your question here.
Best regards,
RikardMarch 18, 2023 at 7:19 pm #1401624Hu Rikard,
Thanks for your quick reply. I understand now why it changed. And Enfold still rules ;-).
I already solved my problem myself. I will post my solution underneath. Maybe it helps other people searching the forum!My problem was that, only on mobile phones, text was wrapped around images in a very ugly way. I solved this using this code under ‘quick css’ under the “Style’ tab. All images are now centered and the text starts under the image. Please see https://divorcesupport.nl
This is the css code:
img.alignleft,
img.alignright {
float: none;
margin-left: auto;
margin-right: auto;
width: auto;
display: block;
}
}Then there was a new problem. There are also some images with captions on my website. These were still not centered because they are not ‘seen’ as images. I am a complete noob and couldn’t find the solution within the forum, so I tried and … tried… and managed to solve it using this css code under ‘quick css’ under the style tab:
@media(max-width: 767px){
#top .wp-caption.alignright,
#top .wp-caption.alignleft {
float: none;
margin-left: auto;
margin-right: auto;
display: block;
}
}And now also the images with captions look great on mobile phones, for example see https://divorcesupport.nl/scheiden-scheiding-mediator-mediation-mijdrecht-hillegom-alphen-aan-den-rijn-roelofarendsveen-co-ouderschap/
Just posting all the above to help others. Thank you for your quick reply. Enjoy your weekend!
LennardMarch 18, 2023 at 10:14 pm #1401643Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘support Enfold’ is closed to new replies.