I have a header based on the Sticky template.
https://madisonbusinessplans.com
I changed the flex container to Columns because the buttons were beside the subheadline on wider screens.
However, I would like the buttons side by side (inline) instead of stacked. I tried adding another container for the buttons but it pushed everything up out of the page. I also tried display: inline-block; for the button elements which didn’t work.
Is there a way to get the ‘Attend An Event’ and ‘Find Out More’ buttons side by side?
Update
I changed the flex container back to ‘Row’ with ‘Wrap children’ checked because it didn’t work on mobile devices.
Now my problem is to get the buttons under the subheadline in wider screens.
Sorry for the confusion.
Thanks.