This topic has 5 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson
Hey there! I have a problem with the header/navigation.
The hader area should be smaller. I already changed it in my child css with this:
.header-wrapper.header-inline .header {
padding: 10px 0;
}
With or without editing the child css, the navigation dosent stay at the screen by activating “sticky” or “smart”. It apperas corpped on the display!
Please help me with this issue!
Thank you!
Melanie
thx!
Hello,
I didn’t see the code in your child style.css file, so I’ve added it:
.header-wrapper.header-inline .header {
padding: 10px 0 !important;
}
and added this code for fixed header:
.header-wrapper.header-inline.header-sticked {
padding-top: 50px;
}
Please check now.
Best regards,
Jack Richardson.
Thank you!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘header/menue’' has been successfully resolved, and the topic is now closed for further responses