Home › Forums › Support › main menu vertical align This topic has 4 replies, 2 voices, and was last updated 6 years, 10 months ago by Tom. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts November 6, 2016 at 1:53 am #242092 Radek Hi Tom, what is the best way to align main menu with floating right setting to bottom of inside-header container ? Thanx Radek November 6, 2016 at 11:01 am #242170 TomLead Developer Lead Developer Hmm, it’s possible using absolute positioning, but that can be troublesome when it comes to being responsive. For example: @media (min-width: 769px) { .main-navigation { position: absolute; bottom: 0; right: 0; } } November 7, 2016 at 12:51 am #242294 Radek Sorry, this positioning menu to bottom right of header. I need menu at bottom right of inside-header (respecting container width). Is that possible ? Thanx Radek November 7, 2016 at 1:06 am #242296 Radek This works perfect: @media (min-width: 769px) { .main-navigation { margin-top: 65px; } } But I don’t know, if this is valid and correct solution. Radek November 7, 2016 at 10:33 am #242376 TomLead Developer Lead Developer Looks good to me 🙂 Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In