space between top menu and featured slider
- The topic ‘space between top menu and featured slider’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to make the top menu more closer with featured slider ?
I need help with is https://journaloftfam.com/
I appreciate your help.
The blog I need help with is: (visible only to logged in users)
Hello,
Of course.
To make menu closer to the featured slider, please add this CSS class to Custom CSS:
@media only screen and (min-width: 768px) {
.sticky-header .site-content {
padding-top: 142px!important;
}
}
Thank you,
– Djordje
It’s work!!!!! Thank you sooooooo much