How to modify button size and text gap in homepage theme?

Solved

How to modify button size and text gap in homepage theme?

paigekiaraaa
Tourist
48 0 2

Hi, I have two questions, both relating to the screenshot below;

 

1. Is it possible to have the white "BUY NOW" button a smaller size? I have drawn a yellow box on it which is roughly the size I would like it to be, currently its too big & bulky & looks unprofessional.

 

2. Is it possible to minimize the gap between my banner photo & the first lot of text writing? The yellow line drawn below the banner is where I would like the "instant graphification" heading to sit, currently there is a big empty white gap between the banner photo & the text.

 

Screenshot 2023-10-06 5.37.36 PM.png

 

thanks so much in advance!

Accepted Solution (1)
Moeed
Shopify Partner
5546 1503 1793

This is an accepted solution.

Hey @paigekiaraaa 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.about-and-icons-column {
    padding-top: 0 !important;
}
.hero__btn {
    padding: 5px !important;
}
</style>

RESULT:

Moeed_0-1696575203442.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5546 1503 1793

Hey @paigekiaraaa 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


paigekiaraaa
Tourist
48 0 2

Hey, thanks for your response. URL is portaprints.com.au

 

thank you!

Moeed
Shopify Partner
5546 1503 1793

This is an accepted solution.

Hey @paigekiaraaa 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.about-and-icons-column {
    padding-top: 0 !important;
}
.hero__btn {
    padding: 5px !important;
}
</style>

RESULT:

Moeed_0-1696575203442.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


paigekiaraaa
Tourist
48 0 2

perfect, thanks so much 🙂

Moeed
Shopify Partner
5546 1503 1793

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications