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 ![]()
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