Okay
  Public Ticket #2638574
About me page | Mobile version
Closed

Comments

  • Novica Tomic started the conversation

    Hello, Clapat support,

    I have a problem with a mobile version of this page:

    https://novicatomic.com/about/

    How can I solve this problem? Is there any option in the builder to justify the page just for mobile?


    Best regards,

    Novica


  •   Support replied privately
  •   Novica Tomic replied privately
  •  1,803
    Support replied

    Hi Novica,

    the issue is actually the alignright property of the image

    What you can do is adding a class to the image (let's say my-class) in the Additional Class Name field and then adding the following css styles

    @media (max-width:599px) {

        .wp-block-image .alignright.my-class {
             float: none!important;
            margin: 0 auto!important;
       }

    }

    in customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy