Re: Slideshow: add space between text and button

Solved

Slideshow: add space between text and button

camkaye
Excursionist
23 0 3

Screenshot 2023-05-29 at 10.00.07 PM.pngHey guys,

 

I'm trying to add a space between this text and button. Not super experienced with coding so if you guys could help that'd be great.

 

Thanks!

Accepted Solution (1)

oscprofessional
Shopify Partner
16115 2409 3123

This is an accepted solution.

Hello @camkaye 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.hero__subtitle {
    margin-bottom: 12px;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 11 (11)

PageFly-Henry
Shopify Partner
1184 335 290

Hi @Anonymous,

 

This is Henry at PageFly - Shopify Advanced Page Builder app.


Can you share the URL and password (if you have one) so I can check?


Hope this answer helps.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

camkaye
Excursionist
23 0 3
PageFly-Henry
Shopify Partner
1184 335 290

Hi @camkaye ,

 

This is Henry at PageFly - Shopify Advanced Page Builder app.

 

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>

 

PageFlyHenry_0-1685453670514.png

 

PageFlyHenry_1-1685453670517.png

 

<style>

.hero__subtitle {

    margin-bottom: 30px;

}

</style>

 

Hope this answer helps.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Moeed
Shopify Partner
5466 1479 1766

Hey @camkaye 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


camkaye
Excursionist
23 0 3
Moeed
Shopify Partner
5466 1479 1766

Hey @camkaye 

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>
.hero__link {
    margin-top: 40px;
}
</style>

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


ZestardTech
Shopify Partner
5770 1052 1392

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

oscprofessional
Shopify Partner
16115 2409 3123

Hello @camkaye 

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
camkaye
Excursionist
23 0 3

oscprofessional
Shopify Partner
16115 2409 3123

This is an accepted solution.

Hello @camkaye 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.hero__subtitle {
    margin-bottom: 12px;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
camkaye
Excursionist
23 0 3

Amazing. Thank you!