dawn theme changing language changes image with text section

Solved

dawn theme changing language changes image with text section

mozilla
Visitor
2 0 0

hi all,

can someone help with code? 

- when I change language from EN to ET then image with text section changes, see the comparison. I don't want to change theme settings width because it changes other sections as well. Only this specific section has problem.

ET language image needs to be same size as EN language image

112.jpg

 

 -is it possible to change my custom video section mobile view to full width, only on mobile view.

EASYPLATE - Magnetic License Plate Holder for cars and motorcycles – Easyplate.jpeg

 

 

easyplate.eu

password: lauri

 

thanks in advance 🙂

Accepted Solution (1)

CodingFifty
Shopify Partner
525 80 99

This is an accepted solution.

Hi @mozilla,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

@media (max-width: 768px){
section#shopify-section-template--23055732310345__custom_liquid_c8KmGN video {
    width: 100% !important;
}
}

 

CodingFifty_0-1737879460471.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 2 (2)

CodingFifty
Shopify Partner
525 80 99

This is an accepted solution.

Hi @mozilla,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

@media (max-width: 768px){
section#shopify-section-template--23055732310345__custom_liquid_c8KmGN video {
    width: 100% !important;
}
}

 

CodingFifty_0-1737879460471.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
mozilla
Visitor
2 0 0

thank you 🙏 worked perfectly 

can you help with the first problem as well? 😇