Hi,
In customise mode my H1 and text is inside of the header. Anyone can help me out to get the h1 and text inside of the header in mobile version? Link: https://www.smultronetshop.se/collections/kille
Hi,
In customise mode my H1 and text is inside of the header. Anyone can help me out to get the h1 and text inside of the header in mobile version? Link: https://www.smultronetshop.se/collections/kille
Sorry, inside the banner or in inside the header?
Like this?
If it is check this one.
@media only screen and (max-width: 749px){
.banner__box {
text-align: left !important;
}
.banner__box.color-background-1 {
position: absolute;
bottom: 100px;
}
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!