How can i move the CTA "Shop Button" down?

Solved
DrunkSquirrel
Tourist
11 1 2

I'm using Ella Theme and would like to know how to push the button down as shown below. Would someone please help me out? I've tried everything i can for the past 2 days and i can't seem to get it done. Someone had similar question and a solution was posted which helped them but i don't have the liquid file referenced in the solution.

Thanks

Fix-Shopify-Design2.png

Accepted Solution (1)
Denishamakwana
Shopify Partner
1408 173 222

This is an accepted solution.

Please add below css in bottom of assets/theme-styles-responsive.css file

@media (min-width: 768px)
.slide-content {
            top: unset;
            bottom: 0;
}
@media (max-width: 767px)
.slide-content:not(.style_2):not(.style_3) {
             top: 110%;
             margin-top10px;
}
.slideshow  {
             margin-bottom60px ;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 3 (3)
Zworthkey
Shopify Partner
5581 642 1553

@DrunkSquirrel 

Kindly Share your Store URL and password if password protected, So that we can help you.

DrunkSquirrel
Tourist
11 1 2

Here's my url

www.xprssion.com

Denishamakwana
Shopify Partner
1408 173 222

This is an accepted solution.

Please add below css in bottom of assets/theme-styles-responsive.css file

@media (min-width: 768px)
.slide-content {
            top: unset;
            bottom: 0;
}
@media (max-width: 767px)
.slide-content:not(.style_2):not(.style_3) {
             top: 110%;
             margin-top10px;
}
.slideshow  {
             margin-bottom60px ;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme