Tagged: andy
Hallo,
wie bitte kann ich die Linien um die Bildern entfernen?
Vielen Dank für die Hilfe im Voraus.
Gruß Jörn
Hey joernbaenfer,
I guess you are talking about the 1px margin between each portfolio item?
Add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->General Styling:
#top .grid-entry .inner-entry { margin-right: 0px; }
If you want to get rid of the border around the portfolio title as well also add this:
#top .grid-entry .inner-entry { box-shadow:none; }
Best regards,
Kriesi