How can I adjust slideshow and button for mobile view?

Hi,

I have attached two screenshots below. I would like to remove the large white section on my mobile view and have the button overlay on the mobile the same as desktop. How do I do that?

Hi,

Can you share your store URL please for a better look to be able to give you a solution for this :slightly_smiling_face:

Hi,

heres my URL,

https://dt-racing.com/

Hi @DTRacing

Thank you for your question.

This is David at SalesHunterThemes.

Follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

@media screen and (max-width: 749px){
.banner--mobile-bottom .banner__media, 
.banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: absolute;
}
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

Hi, thank you for the solution. that moved the button up however how do I adjust the position and size of it?