Yep, sorry…
Am working on this website https://www.ukeda.org.uk/en/english-courses-schools-of-english/
I tried to move down the sub menu:
.subnav {
position: absolute;
top: 400px;
width: 530px;
left: 60px;
}
And gain some space for the post content:
.entry-content {
margin-top: 80px;
}
The point’s thst the sub menu could take more than one line of items, but the post content block doesnt shift down…
That’s why I investigate a php solution.