We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Center button and adjust padding

Solved

Center button and adjust padding

jasminsharp97
Shopify Partner
107 1 33

I'm working on a section on my homepage and no matter what I do, I can't get the button to move. I want to center it, and I want to add a 50px margin to the top but that's not working either. This is what I want it to look like:

Screenshot 2024-11-19 174406.png

Site: https://maison-rouge-ny.myshopify.com/

PW: thifis

Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

Hi @jasminsharp97 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.image-with-text-halves.image-with-text-halves--no-overlap.isolate .image-with-text-halves__text-item.grid__item > .image-with-text-halves__content > a.button {
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

 

Here is the result:  https://prnt.sc/1bIWd8HlU3U_
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

Hi @jasminsharp97 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.image-with-text-halves.image-with-text-halves--no-overlap.isolate .image-with-text-halves__text-item.grid__item > .image-with-text-halves__content > a.button {
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

 

Here is the result:  https://prnt.sc/1bIWd8HlU3U_
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution