Comments 2Robin started the conversationSeptember 13, 2016 at 11:18pmHello as you can see the subtitle width is too wide, can I set a maximum width for title/subtitle container? ONLY for this page. So that it will be still left aligned, but only fill about 3/4 of the width of the header. Thanks! :) 2Robin repliedSeptember 16, 2016 at 1:02amhello any news on this? Thanks again. 8,996Tahir repliedSeptember 16, 2016 at 1:24amAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .page-id-6426 #page-header-bg .span_6 { width: 75% !important; } Thanks ThemeNectar Support Team 2Robin repliedSeptember 16, 2016 at 10:36amGreat thank you, tried on the home page as well: http://66.147.242.86/~wearese2/.page-id-6216 #page-header-bg .span_6 { width: 75% !important; } But it's aligned left, what is the correct code for align centre? ta 8,996Tahir repliedSeptember 16, 2016 at 4:01pmAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .page-id-6216 #page-header-bg .span_6 { width: 75% !important; margin:auto !important; float: none !important; } Thanks ThemeNectar Support Team 2Robin repliedSeptember 17, 2016 at 12:55pmBrilliant thank you Sign in to reply ...
Hello as you can see the subtitle width is too wide, can I set a maximum width for title/subtitle container? ONLY for this page. So that it will be still left aligned, but only fill about 3/4 of the width of the header.
Thanks! :)
hello any news on this? Thanks again.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Great thank you, tried on the home page as well: http://66.147.242.86/~wearese2/
.page-id-6216 #page-header-bg .span_6 {
width: 75% !important;
}
But it's aligned left, what is the correct code for align centre? ta
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Brilliant thank you