Hi I’ve got a problem with the column, is it possible that with negative margin the columns don’t glitch in one another?
Hey Samuel,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
Best regards,
Victoria
Hi Sam,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) {
#av_section_2 .flex_column.av_one_half.avia-builder-el-6 {
margin-left: 45vw;
}
}
@media only screen and (max-width: 767px) {
#av_section_2 .flex_column.av_one_half.avia-builder-el-6,
#av_section_3 .flex_column.av_one_half.avia-builder-el-9 {
margin-top: 0px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria