Tagged: Remove column spacing
For multi-column layout elements containing image widgets, column spacing is still displayed despite the row setting ‘No spacing between columns’.
There is no difference between the ‘smallest’ setting 0.5% and ‘No spacing between columns’.
How can I remove the column spacing completely? Or is it a question of margin or padding in relation to the widgets it contains?
Hey togetherconcept,
Could you post a link to where we can see the results you are getting please?
Best regards,
Rikard
Hello Rikard,
Thanks for your reply. We have now been able to solve the problem with the following CSS:
.no_margin.av_one_fourth
{
width: 25%;
border-right-style: solid;
border-right-width: 0px !important;
}
A border is defined in the theme for the 25% column. We hadn’t noticed this before. Is this generally the case in Enfold or has an error crept in during this particular installation?
Best regards
Stephan
Hi,
Thank you for the inquiry.
We can’t reproduce the same issue on our end. There are no spaces between the columns when we adjust the Space Between Columns settings. It’s possible that there are custom css modifications on your end that override the default styles.
Best regards,
Ismael