Hi, thanks for trying my plugin. 🙂
You can probably fix this with this little bit of CSS:
.home #about {
height: 85px;
}
Let me know if that solves your issue!
Thanks Mark
Yes that did work! It obviously adds some mauve padding as well right?
I tried to do the same for the ‘Contact’ menu item but it reduced the whole contact section to 85px. Any idea how to make that behave in the same way?
Great plugin by the way, exactly what I was after.
Thanks
Tom
I tried to do the same for the ‘Contact’ menu item but it reduced the whole contact section to 85px. Any idea how to make that behave in the same way?
You should be able to do that with this CSS:
#contact h4 {
padding-top: 85px;
}
Hope this helps! 🙂
Thanks Mark, I’ve been away which is why I haven’t replied.
I will give this a go!
Tom
Also, is there a way of doing this without visibly showing additional padding?
ie, the magenta area above the title ‘About…’ is too much now.
I suppose what I’m asking is if there is a way of doing this without padding, but rather forcing the #about link to begin further down the page instead.
Actually, don’t worry… I’ve got around it a different way by just removing the padding which was there in the first place!
Thank you.
Glad to hear you find a solution! 🙂