Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #284435

    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

    #284442

    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

    #284521

    Thanks Yigit, that’s great, but the heading and excerpt text are still offset below the preview image.
    How do I remove this padding?

    #284528

    Hey!

    Please add following code to Quick CSS as well

    .grid-content { padding-left: 0; }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.