Can the banner button on a mobile device be in the bottom center

1 Like

here url:https://bmcarcover.com/

  • Here is the solution for you @Jim_65
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
@media screen and (max-width: 749px) {
    .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
        padding-bottom: 0 !important;
    }
.banner__box>*+.banner__buttons {
    margin-top: 16rem !important;
}
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like