Hi! I have a problem with the responsive version of the Aruba theme. It turns out that when displayed on a phone the responsive does not stay in block on the screen, you can scroll horizontally which makes the experience not good. I attach a video for you to understand it quickly. How to solve it?
Hi! I have a problem with the responsive version of the Aruba theme. It turns out that when displayed on a phone the responsive does not stay in block on the screen, you can scroll horizontally which makes the experience not good. I attach a video for you to understand it quickly. How to solve it?
Thanks!
Hi,
There are some margins and padding added by js composer. Please add these styles in Aditional CSS to remove them:
.vc_row {
margin-left: 0 !important;
margin-right: 0 !important;
}
.vc_column_container > .vc_column-inner {
padding-left: 0 !important;
padding-right: 0 !important;
}
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Hi, I've inserted this CSS style in the additional CSS, but it still doesn't work.
Hi,
you are missing a dot (.) before vc_row plz check and try again.
ot should be .vc_row
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio