Forum Replies Created
-
AuthorPosts
-
Hu 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!
LennardApril 20, 2020 at 12:33 am in reply to: Please HELP: update to WP 5.4 and all Enfolds theme settings lost #1205345Hi Rikard,
Thanks for your response. I will certainly make sure I have backups in the future ;-).
It took some time, but everything is working fine again.This thread can be closed.
Thanks,
LennardI have the same problem.
May 30, 2016 at 3:14 pm in reply to: No access to http://divorcesupport.nl/wp-content/themes/enfold/framework/ #640441Of course should my collegue’s website link be : http://mediation-in-het-gooi.nl/wp-content/themes/enfold/framework/
- This reply was modified 8 years, 5 months ago by lennardminneboo.
-
AuthorPosts