How can I fix the header so that Sign up button doesn’t overlap with site Title in Mobile view. In desktop view, its all spaced out and looks ok. I tried re-aligning the title to the left but that didn’t work. Another way: Is there a way to get sign up to be invisible ONLY in mobile view?
The overflow:hidden property can help prevent elements from overlapping across different viewport sizes. You can apply this CSS property to a container element to ensure its contents stay within its boundaries. To implement this:
Select the container element that needs containment
In the Style panel, locate the Overflow section
Set the overflow to “Hidden”
For mobile-specific visibility control, you can use Webflow’s Display settings in the Style panel. Under Display, choose “None” for the mobile breakpoint to hide elements specifically on mobile devices.
Thanks, changed the overflow to hidden for both Title Viv Health and Sign up Button. They aren’t overlapping anymore. But the Viv Health word gets cut off. Is there a way to make it visible, maybe shrinking the text size on the mobile breakpoint only?
And one more thing - how can I get this grid section to be an auto-scrolling section instead of a having manual scroll? I want the user to see the list moving when they get to this part of the website.
And one more thing - how can I get this grid section to be an auto-scrolling section instead of a having manual scroll? I want the user to see the list moving when they get to this part of the website.
Yes, you could decrease the font-size of ‘Viv Health’ specifically by setting the appropriate size in Typography under style settings after you select the relevant mobile breakpoint in the Webflow designer so that the text is visible on smaller devices.
And you could simulate the auto-scroll experience by using Webflow custom interactions, here’s an example tutorial which you could probably take inspiration from.