Impulse Theme: Large Image Text box, alignment on homepage

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!

www.eaglelakelandscape.com

@BrianBuj

Please give us the screenshot where you want to change?

1 Like

@BrianBuj

hi, got it your need :slightly_smiling_face:

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

@BrianBuj

I already understood your think and i provided the code for it. :slightly_smiling_face:

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, it fixed the homepage alignment, but not the mobile site unfortunately.

Thanks for your help! :+1: