I’m looking to add the email pill below the name pill on the contact forum page (for desktop , mobile and tablet)
mobile it already shows the pills stacked but when you rotate the phone it shows the name pill next to the email pill
Hi @undercoverfresh ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.contact__fields {
display: flow-root !important;
}