Hello all, any help on this matter would be seriously appreciated!
Referring to the image provided, I understand how to alter the margin and padding of the image with text sections but not the large video with text section, how do I make the large video with text section like the others i.e. showing the gaming background at the sides?
Also, it will be seen that there are two identical but different size and unmerged backgrounds. How do I make these the same size and make them merge into one? The two different backgrounds sizes comes from the same size file background.
Preview URL: https://ih3wb7h06mydqswy-72184594712.shopifypreview.com
Thank you for any help!
Hi @RetroStore
Please go to your Online store > Themes > Edit code > theme.css or theme.css.liquid, add this code at the bottom of file
#shopify-section-template--21323282645272__05fdb22c-d80b-4ba8-b69a-d607fb7b56a6 {
max-width: 1500px !import tant;
margin: 0 auto;
padding: 0 40px;
}
#shopify-section-template--21323282645272__05fdb22c-d80b-4ba8-b69a-d607fb7b56a6 .background-media-text {
max-width: 1420px !import tant;
}
Hi Dan, thank you so much for replying, I can’t seem to replicate what you have managed to do, if I give you collaborator access would it be possible to do it directly? Also, do you have any idea about the background difference question? Thanks again