• Resolved stishenok

    (@stishenok)


    Hi there!

    Thanks for a great work on such a wonderful theme!

    Could you please help me with the following issue.

    I added to the site numerous pictures with text wrapping to avoid empty space around. On the desktop version of the site everything looks perfect: https://stishenok.com/book

    But when it comes to mobile, page looks as follows: https://uploads.ru/1Ou2p.jpg

    Is it possible to keep text wrapping on PC and tablets but exclude it on smartphones? It would be useful as the case mentioned above isn’t the only one unfortunately.

    Thank you for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stishenok

    (@stishenok)

    And consequently is it possible to align pictures on the center of the sreen on smartphones (while keeping them on the left side on PC/tablets)? It will definitely help to make site beautiful on any device.

    Thank you in advance!

    Hey,
    Sure you can add this css in your theme options > advanced settings > custom css box:

    @media (max-width: 767px){
        #content img[class*=wp-image] {
        float: none;
        margin: 10px  auto;
    }
    }

    Hope that helps,

    Kadence Themes

    Thread Starter stishenok

    (@stishenok)

    Thank you so much! It helped indeed!

    Everything looks perfect now. Thank you and have a great holidays! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text Wrapping on PC/Mobile’ is closed to new replies.