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!
Attached files: RPReplay_Final1669885359.MP4
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
https://www.clapat.com/
Review Envato Item Support Policy
Hi, I've inserted this CSS style in the additional CSS, but it still doesn't work.
Attached files: Captura de pantalla 2022-12-07 a las 15.58.19.png
Hi,
you are missing a dot (.) before vc_row plz check and try again.
ot should be .vc_row
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy