Re: MOVE BUTTON ON MOBILE

Solved

How can I rearrange buttons for mobile view on my website?

atm19
Excursionist
41 0 3

Hi, can someone help me please to move this button on the mobile version on the same position as the detskop?  www.taneau.com 

IMG_9198.png

Accepted Solution (1)
Moeed
Shopify Partner
6616 1788 2173

This is an accepted solution.

Hey @atm19 

 

Remove the previous code and add this new code with the same steps mentioned above 

<style>
@media screen and (max-width: 767px) {
.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in {
    align-items: flex-end !important;
}
.banner__box.content-container.content-container--full-width-mobile.color-accent-2.gradient {
    top: -25px;
}
}
</style>

RESULT:

Moeed_0-1710158616394.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
6616 1788 2173

Hey @atm19 

 

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>
.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in {
    align-items: flex-end !important;
}
</style>

RESULT:

Moeed_0-1710157894754.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


atm19
Excursionist
41 0 3

IMG_9204.jpeg

Thanks it works, it is possible to put it a little bit more up? 

Moeed
Shopify Partner
6616 1788 2173

This is an accepted solution.

Hey @atm19 

 

Remove the previous code and add this new code with the same steps mentioned above 

<style>
@media screen and (max-width: 767px) {
.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in {
    align-items: flex-end !important;
}
.banner__box.content-container.content-container--full-width-mobile.color-accent-2.gradient {
    top: -25px;
}
}
</style>

RESULT:

Moeed_0-1710158616394.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


atm19
Excursionist
41 0 3

Thanks! I moved it on mobile how i wanted. Can you please check the plsce on mobile and tell me how can i put the same position on detskop?

atm19
Excursionist
41 0 3

on mobile and detskop