Archived topic
Subnavigation: Not in a Line
4 replies · Started by pke on August 8, 2021
Hi my subnavigation on the side https://samuel.bueechi.net (under SCIENCE) is not in a Line: always the first subnavigation is OK - but the second one (Curriculum vitae) goes to the left side. it just happen on this website - all other sites with GP worked fin.
And second question:
On the "All news" site - i want to set a Title and also have a sidebar. (this is the "blog" site)
Thanks
pke
Hi there,
It's because you have this CSS added:
@media (min-width: 769px) {
.main-navigation .main-nav ul li > a {
padding-left: 40px;
}
}
https://www.screencast.com/t/pSG77WYIsE'
Try change it to this:
@media (min-width: 769px) {
.main-navigation .main-nav > ul > li:first-child > a, .main-navigation .main-nav > ul > li > ul > li > a {
padding-left: 40px;
}
}
For your second question, please open a new topic as it's not related to the topic.
Thanks for your understanding :)
Thanks, new CSS seam to work! have a nice day! pke
You are welcome pke :)