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

    Hi I want my Portofilio Title and Excerpt to be indented to the left, not at the centre as it is currently. So, in a portfolio grid layout all the displayed portfolio items will have thier title and excerpt on the left.

    Also I want the italics removed from the portfolio excerpts.

    Thanks so much

    #308185

    Hi tusing!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css to left align the title and the excerpt:

    .with-excerpt-container .grid-entry {
    text-align: left;
    }

    Cheers!
    Ismael

    #308254

    thanks. But it does not align with the portfolio image above. How do I align with the image above? Thanks

    • This reply was modified 9 years, 8 months ago by tusing.
    #308266

    Hi!

    Please add following code to Quick CSS as well

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

    If that does not work, please post a screenshot and show the changes you would like to make. Link to your portfolio page would help

    Best regards,
    Yigit

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