Hi Guys,
I’m using the 3 & 4 Column Portfolio provided by the Enfold Theme.
Is there a way to get rid of those gaps between the colums?
Thanks in advancce,
best,
Simon
Hi Simon!
Thank you for using Enfold.
Edit the masonry element then look for the Gap between elements setting. Select “No gap”.
Best regards,
Ismael
As the title of this post & the posted images imply, a “Portfolio Raster” is used ;-) (no “Masonry”).
I suppose the “gap” / blurred lines shown in the images above are a result of an imprecise calculation for “margin-left”.
Best regards,
Simon
Hey!
Thank you for the update. Please try to add this on Quick CSS or custom.css:
#top div .no_margin {
margin-left: -1px;
}
Cheers!
Ismael
Hi Ismael,
thanks, this works!
Cheers,
Simon