Comments daniel started the conversationApril 10, 2014 at 8:07pmThe custom CSS in the FAQ is perfect to center the logo and navigation but it doesn't work for the logo in transparent view - the logo remains aligned left.Can you provide the CSS to center the logo when the header is transparent?Salient is awesome, by the way. 1,069ThemeNectar repliedApril 14, 2014 at 10:42am Hey Daniel! Since the starting logo is absolutely positioned the only way to do this would be to set it's positioning like this: header#top #logo .starting-logo { left: 40%; } (Adjust the 40% until it's centered for you) Cheers! Sign in to reply ...
The custom CSS in the FAQ is perfect to center the logo and navigation but it doesn't work for the logo in transparent view - the logo remains aligned left.
Can you provide the CSS to center the logo when the header is transparent?
Salient is awesome, by the way.
Hey Daniel!
Since the starting logo is absolutely positioned the only way to do this would be to set it's positioning like this:
(Adjust the 40% until it's centered for you) Cheers!