Hi all, I am having a hard time getting the buttons and texts to align for mobile view. Even the image is way to zoomed in.
Can someone please assist? I see that I can add custom CSS to sections in shopify now, would that be a good place to add the code?
You can view the page here
Thanks!
1 Like
@therookie
if you want it like this use this in custom css
@media (min-width: 460px)
.parallax-banner__wraper--has-background {
background-size: cover;
}
use it in base.css in assets at bottom @therookie
I did that too but it messed up my site
@media (min-width: 460px){
.parallax-banner__wraper--has-background {
background-size: cover;
}
}
use this code as i foret braces @therookie
Use this please
@therookie
@media (min-width: 460px)
{
#template--16688289382619__b95428ce-d0fc-45cd-b8a3-a09af704425a{
background-size: cover;
}
}
Still nothing. The buttons arent aligning either.
if image got correct let me now please so i can adjust buttons code as well @therookie
if you can DM we can solve right away @therookie