I’m having problems with getting the text on a button vertically aligned for the largest breakpoint size. This button looks fine for every breakpoint except this one, where the text is below center for some reason.
This is for the “Start Your Career” button in the top nav.
This is probably a painfully simple solution, but I’ve tried everything and can’t figure this out.
To fix the button text alignment issue on your largest breakpoint, follow these steps:
Navigate to your largest breakpoint in the Designer
Select the button element you want to adjust
In the Style panel, locate the Text settings
Under Text settings, you can adjust the alignment using the text-align property
If needed, you can also check other properties that might affect alignment such as display, justify-content, or flex settings
Remember that styles cascade bidirectionally in Webflow, so any changes you make at your largest breakpoint will affect smaller breakpoints unless overridden. Make sure to test your button’s appearance across all breakpoints after making these adjustments.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
Hey Mark can you show screenshots or vdeo of what you’re seeing?
It looks identical to me.
Webflow’s button element is just a link with a border and padding, so there are no child elements to flex align like you’re trying to do at 1920. If you’re changing padding anywhere, or possibly typography baseline settings, those are the few things that could affect relative text positioning.