Hello! Is there a way to change the content in the secondary header? It's all set to be centred however I need it right aligned. Rather than adding custom CSS is there just a way to make the block and the text sit to the right? Thanks!
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
body #header-secondary-outer .nectar-center-text {
max-width: 100% !important;
text-align: right !important;
}
Hello! Is there a way to change the content in the secondary header? It's all set to be centred however I need it right aligned. Rather than adding custom CSS is there just a way to make the block and the text sit to the right? Thanks!
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team