Portfolio Page Formatting

I’d like to edit the formatting for WP portfolio pages (ethos). All I need to to is add a “< br >” between the Portfolio item body, and its footer (See attached screenshot). I already have a child theme set to edit the Ethos landmark to display in a page header.

Thanks

Hey Kris,

You should be able to do that by adding this code in X > Theme Options > CSS:

.single-x-portfolio .entry-extra {
    margin-top: 30px;
}

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.