Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #323822

    Hi,

    I have a quick question for the position of the excerpt in the Porfolio Grid.

    As default both title and excerpt appear centered.
    I have used the following code to move the title of the entry on the left

    h3.grid-entry-title.entry-title {
        text-align: left;
    
    }

    How can I do the same for the excerpt ? Also it is possible to remove the default italics of the excerpt?

    Thank you very much for the help!

    #323827

    Hey MeryVi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Regards,
    Yigit

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