Solved

Get rid of space between buttons

jamesMeegan
Excursionist
47 1 11

How can i get rid of the space between these two buttons, the red line shows the space in between.

Screen Shot 2021-10-19 at 5.08.24 PM.png

link: https://hbub2qborjn4hjn4-4339695709.shopifypreview.com

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

form#contact_form {
    margin-top: -11px !important;
}

@jamesMeegan 
kindly add this code in the top of stylescss.scss.css file
thank you.

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

form#contact_form {
    margin-top: -11px !important;
}

@jamesMeegan 
kindly add this code in the top of stylescss.scss.css file
thank you.

jamesMeegan
Excursionist
47 1 11

Any idea how I would make it so where the two buttons connect isn't so dark?

Zworthkey
Shopify Partner
5581 642 1569

i can't get you what do you want exactly.

Nick_Marketing
Shopify Partner
1487 336 464

Try adding this code to the bottom of styleescss.scss.css

 

#contact_form {
    margin-top: 0;
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).