Hi, what would be the best way to remove the box around the portfolio grid, and also align the heading and excerpt text right up to the left of the box (aligning with the preview picture) to be consistent with the rest of the design?
I also wonder why the portfolio preview images look much worse in quality than the other images on the home page. I’m using a retina display and the other images look great. It’s like the preview images are using much smaller images even though the images I’m using are the same.
Thanks
Hey Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { box-shadow: none; }
div.grid-content { text-align: left; }
Best regards,
Yigit
Thanks Yigit, that’s great, but the heading and excerpt text are still offset below the preview image.
How do I remove this padding?