Home › Forums › Support › TOP BAR WIDGETS: SAME ALIGNMENT ON DESKTOP AND MOBILE This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 5, 2019 at 3:25 am #889430 Iván Hi Tom, I have two text widgets o my top bar: one on the left; the other, on the right. On mobile, they are centered, but I would like to maintain the same alignment than on desktop: one on the left; the other, on the right. Is it possible? Thanks so much!! May 5, 2019 at 6:16 am #889525 LeoStaff Customer Support Hi Ivan, Give this CSS a shot: @media (max-width: 768px) { .top-bar-align-left .inside-top-bar>.widget:nth-child(odd) { float: left !important; margin-right: 10px !important; } .top-bar-align-left .inside-top-bar>.widget:nth-child(even) { margin-left: 10px !important; float: right !important; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know 🙂 May 7, 2019 at 1:53 am #891453 Iván It worked perfectly! Thanks so much, Leo! May 7, 2019 at 7:30 am #891892 LeoStaff Customer Support No problem 🙂 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