Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #467807

    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.

    #467837

    Hi mborland!

    Please add the following to your custom.css file

    @media screen and (max-width: 300px) {
    .coachingpic1 ing {
        display: none;
            }
    }

    Best regards,
    Basilis

    • This reply was modified 9 years, 4 months ago by Basilis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.