Home › Forums › Support › Mobile Top Bar Adjustments This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 31, 2019 at 10:57 am #797965 Matt Stern Hi Guys, The Top Bar links on mobile are all scrunched up and pushed over to the right. Is there a way to get them all on one line? Or perhaps two of them stacked on the left, and two of them stacked on the right? Thanks for all the help, Matt January 31, 2019 at 3:15 pm #798148 DavidStaff Customer Support Hi there, This CSS alone will remove the padding and stop them from being scrunched up: @media (max-width: 768px) { .inside-top-bar { padding: 5px 0; } } Doesn’t look like theirs room for them to be inline. And to stack them in two columns is tricky with the current markup. Would be simpler if each of the links occupied their own widget. Let me know Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In