Hi guys. Great theme, thank you!
I have a page with a large section of text (multiple paragraphs) and I have an image aligned right within this text block (with text wrapped around it): http://mendthemarriage.com/buy/coaching/
I would like to make the image disappear on mobile (or when the page width is reduced below a certain threshold). I only want it to be visible if the page is wide enough for the text to wrap around the image properly.
Can you please help provide the CSS for this?
Thanks so much in advance.
Hi mborland!
Please add the following to your custom.css file
@media screen and (max-width: 300px) {
.coachingpic1 ing {
display: none;
}
}
Best regards,
Basilis