I recommend the 50px margin top you have added the first row closer to the top.
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 (min-width: 1000px) {
#header-outer:not(.transparent) #top #logo {
top: -60px;
z-index: 1 !important;
}
#header-secondary-outer, #header-outer #header-secondary-outer,
body #header-outer #mobile-menu .secondary-header-text {
z-index: -1;
}
}
- 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):
The row below the header is a hero section with content. I would like the content locate closer to the top of the background image.
Also, is there a way to have the logo overlap the top of the secondary nav?
Hi Lucy,
Thank you for getting in touch.
I recommend the 50px margin top you have added the first row closer to the top.
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):
Try this and let us know how it goes.
Thanks,
Hey Again,
- Try reducing the padding in the hero section row settings: https://themenectar.com/docs/salient/page-builder-row/#padding .
- 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
Tahir and Andrew,
Thanks for you quick response. Between both your recommendations I was able to make it work.
I appreciate your time to help me.
Kindly, Lucy