Slideshow: add space between text and button

Solved
camkaye
Excursionist
20 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
15601 2335 3015

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 | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 11 (11)
PageFly-Henry
Trailblazer
262 68 51

Hi @Name,

 

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.


Make your Instagram Feed a Sales Generator with VIBE Shoppable Instagram Feed.

camkaye
Excursionist
20 0 3
PageFly-Henry
Trailblazer
262 68 51

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.


Make your Instagram Feed a Sales Generator with VIBE Shoppable Instagram Feed.

Moeed
Shopify Partner
2361 594 711

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

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
camkaye
Excursionist
20 0 3
Moeed
Shopify Partner
2361 594 711

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
ZestardTech
Shopify Expert
5067 903 1206

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
15601 2335 3015

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 | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
camkaye
Excursionist
20 0 3
oscprofessional
Shopify Partner
15601 2335 3015

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 | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
camkaye
Excursionist
20 0 3

Amazing. Thank you!