Comments 6ida started the conversationMarch 18, 2017 at 4:11pmHi,I've added css code to left align the title on single portfolio page, and added 0px padding. It works fine on bigger screens, but on 13", or tablet, or phone the title has padding on the left. Is there any additional code that I need to add?Thanks!Ida 9,001Tahir repliedMarch 20, 2017 at 2:07pmHey Again,Hope you had a Great Weekend, Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : @media only screen and (max-width: 1300px) and (min-width: 1000px) { #page-header-bg .span_6 h1 { margin-left:0 !important; } } Thanks ThemeNectar Support Team Sign in to reply ...
Hi,
I've added css code to left align the title on single portfolio page, and added 0px padding. It works fine on bigger screens, but on 13", or tablet, or phone the title has padding on the left. Is there any additional code that I need to add?
Thanks!
Ida
Hey Again,
Hope you had a Great Weekend,
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