I have a large image with text box on our homepage which I’m struggling to centre. It’s on the left on the homepage when viewing on desktop but is just out of screen when viewing on mobile. It would be nice to make it transparent too.
TIA!
I have a large image with text box on our homepage which I’m struggling to centre. It’s on the left on the homepage when viewing on desktop but is just out of screen when viewing on mobile. It would be nice to make it transparent too.
TIA!
Please give us the screenshot where you want to change?
hi, got it your need
Please add the given code above in theme.liquid
online store >> edit code >> theme.liquid
.background-media-text__text.background-media-text__text--framed { margin-left: 0!important; } .animation-cropper { display: flex!important; justify-content: center; } @media only screen and (max-width: 767px) { .background-media-text__text.background-media-text__text--framed{ margin-top: 0!important; } }after added look like this
I already understood your think and i provided the code for it.
Thanks! But sorry, where do I enter the code?
Please add the given code above in theme.liquid
online store >> edit code >> theme.liquid
Thanks for your help!