Search for: Log In Free Support [Support request] Secondary menu below everything in the mobile version Home › Forums › Support › Secondary menu below everything in the mobile version This topic has 3 replies, 2 voices, and was last updated 12 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 20, 2020 at 8:06 am #1138056 Alberto Hi. I have a horizontal main menu and a vertical secondary menu on the right sidebar. When I access the web with a mobile, the main menu is shown at the top (which is fine), but the secondary menu appears below everything. What I need is the secondary menu. when accessing with a mobile, it appears under the main menu. It’s possible? Thank you in advance. January 20, 2020 at 8:37 am #1138091 DavidStaff Customer Support Hi there, try adding this CSS: @media (max-width: 768px) { .right-sidebar .site-content { display: flex; flex-direction: column-reverse; } .right-sidebar .inside-right-sidebar, .right-sidebar .inside-right-sidebar .secondary-navigation { margin-top: 0 !important; margin-bottom: 0; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 20, 2020 at 8:41 am #1138097 Alberto David. Thank you! It works perfect! January 20, 2020 at 8:50 am #1138109 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In