Comments Novica Tomic started the conversationDecember 21, 2020 at 6:31pmHello, 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,974Support repliedDecember 29, 2020 at 2:51pmHi Novica,the issue is actually the alignright property of the imageWhat 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 CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
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
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