Okay
  Public Ticket #198501
Portfolio Header options
Closed

Comments

  • John started the conversation

    I was wondering if there is a way to set the justification of a title within a Portfolio header (justified left, rather than center). I noticed this is an option with pages, but not with the Portfolio items. As an alternative, is there a way for a Portfolio to include regular pages, as opposed to just Portfolio items?

    I\'m 48hrs in, and this is my first time working with a theme (or even wordpress)... Salient is VERY impressive so far!

  •  8,470
    Tahir replied

    Hey John!

    You can add additional elements in the single portfolio page via the Visual Composer. Also for the portfolio header justification, Add this into the Custom CSS box located in your Salient Options panel :

    body #page-header-bg h1, body h1, body .row .col.section-title h1 {
        text-align: left;
    }
    

    Cheers


    ThemeNectar Support Team