Home › Forums › WoodMart support forum › Visual Composer (WPBekery) Problem in RTL Language › Reply To: Visual Composer (WPBekery) Problem in RTL Language
January 25, 2018 at 8:51 am
#35298
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the custom CSS to fix this issue.
@media (max-width: 1024px) {
.vc_row[data-vc-full-width],
section[data-vc-full-width] {
left:0!important;
}
}