Archived topic
Main menu vertical align botton (float left)
7 replies · Started by Roy on May 29, 2017
Hi,
I want to vertical align the main menu to the bottom of the logo.
I tried some css without success.
my main menu is float left. (RTL site)
Please help
Roy
Hi Roy,
Are you able to provide a link to your site? Thanks!
thanks!
Try this CSS:
@media (min-width:769px) {
.main-navigation {
padding-top: 40px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Great Thanks!
Another question.....
There is a way to make the header look better in Tablet screen size - http://imgur.com/a/QS8a8
Thanks!
Hmm looks fine on my ipad: https://s30.postimg.org/sl4g123f5/IMG_0036.png
Is your screenshot from resizing the window or actual tablet?
OK thanks for check in your device
Glad I could help :)