Home › Forums › Support › Custom Header This topic has 5 replies, 2 voices, and was last updated 4 months, 3 weeks ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 27, 2022 at 2:33 am #2389323 Stefano Hi, I am trying to split the header into 3 columns (logo, menu-1 and menu-2) using menu widgets but I have a css problem. How can I horizontally align menu-1 and menu-2? Thanks Stefano October 27, 2022 at 5:34 am #2389579 DavidStaff Customer Support Hi there, before we get into that – you do realise that those Widgets are not responsive ? So there won’t be hamburger menu on mobile. Is that what you want ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 1, 2022 at 8:00 am #2396901 Stefano Yes certainly. From mobile I don’t make them visible. I need to use these widgets only from desktop. November 1, 2022 at 8:04 am #2396908 DavidStaff Customer Support Try this CSS: .header-widget ul.menu { display: flex; column-gap: 20px } .header-widget .widget_nav_menu:first-child { margin: auto; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 1, 2022 at 8:13 am #2396923 Stefano Thanks as always for the support 🙂 November 1, 2022 at 9:28 am #2397020 DavidStaff Customer Support Glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In