Move main banner CTA button to top for mobile view - Taste theme

Hi, I am trying to move my content & button up for my mobile view. I’ve tried the solutions posted but it doesn’t seem to work with my theme.

Please share with me the URL - and password if password protected. I will help you check it.

You can do it by changing code and setting position relative and then top: 0px in css file

https://ruffpetsclub.com < here you go

Hi @karyanng

This is Lucas from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media screen and (max-width: 749px){

.banner__box {

margin-bottom: 150px !important;

padding-top: 0 !important;

}

.banner__buttons {

margin-top: 0 !important;

}}

Hope that my solution works for you.

Best regards,

Lucas| PageFly

Yes, it works! thank you Lucas!

you are welcome @karyanng :blush: