Hi
I have 2 profile elements in columns in a 1/4-1/4-1/4-1/4 row underneath a 1/5 -3/5-1/5 row that looks like this:
Can you help me shrink the margins in the correct way so the 1/4 images are flush with the 3/5 column above it?
I’d like it to look like this:
thanks
Nancy
Hey Nancy,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 {
margin-left: 0;
}
.flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 {
margin-left: 0;
}
.flex_column.av-1jcl3-74128e6af301545faed95d20b2a49b51,
.flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 {
width: 26%;
}
Best regards,
Yigit
great! thanks so much.