How to make same size and put email pill below name pill on contact forum

Solved

How to make same size and put email pill below name pill on contact forum

undercoverfresh
Pathfinder
148 0 24

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 

IMG_7651.JPGIMG_7653.JPG

 

Accepted Solution (1)

CodingFifty
Shopify Partner
1007 152 177

This is an accepted solution.

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;
}

CodingFifty_0-1739468605130.png

 

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
1007 152 177

This is an accepted solution.

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;
}

CodingFifty_0-1739468605130.png

 

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com