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):
@media only screen and (max-width: 999px) {
body:not(.material) #header-secondary-outer[data-mobile="display_full"] .nectar-center-text {
padding: 10px !important;
margin: auto !important;
}
}
Hello,
In the second header bar the mobile text is not vertically centered and there is white space above. I don't understand why...
thks a lot if you could help me ;)
Hey,
Please provide the page URL so I may write up the custom CSS for this request.
Thanks
ThemeNectar Support Team
hey,
Here is the link : (the second header bar is only broken on the mobile version and in ORIGINAL and ASCEND theme skin...)
https://www.ichigoichi-e.com/categorie-produit/couture4cameleon/
thks a lot ;)
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
It works! thks a lot