Search for: Log In Free Support [Resolved] Header html widgets to horizontal line Home › Forums › Support › Header html widgets to horizontal line This topic has 3 replies, 2 voices, and was last updated 1 year ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 29, 2020 at 2:04 am #1218159 Tarko Hi, Im trying to get my 2 header text elements to horizontal line, not like vertical as those are now? March 29, 2020 at 7:44 am #1218423 DavidStaff Customer Support Hi there, try adding this CSS: .header-widget { display: flex; } .header-widget aside:first-of-type { margin-right: 2em; } @media (max-width: 768px) { .header-widget { justify-content: space-between; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 31, 2020 at 9:09 am #1221034 Tarko Thank you, worked great! April 1, 2020 at 2:26 am #1221826 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