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!
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;
}
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!
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 :
Cheers
ThemeNectar Support Team