This topic is: not resolved
-
Hello TeaM!
I have a issue with a new product template and vc_container.
In the new template i have create for testing a row with two columns (50% & 50%), but in the front-end i see one column 100%.
I’ve checked in source code and i see this css class of vc to broke my template layout
.vc_column_container {
width: 100%;
}If I close this “css rule” then it seems to work.
Thanks in advance