Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1438838

    Hi,
    I have a further issue on the text with image element on mobile. Would you kindly check my site? (link on private content)
    Is there a way to get it better on mobile?

    Best regards

    #1438864

    Hey northorie,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #hello .avia_textblock img {
    	width: 50%;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results for mobile.

    Best regards,
    Mike

    #1438905

    Way better!!! :)

    Thank you so much.

    Can be closed

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text with Image on mobile (further question to closed topic)’ is closed to new replies.