Re: Help align section for every desktop size

Solved

Help align section for every desktop size

MT27
Pathfinder
170 6 16

Hi as you can see from the photo bellow the section on a bigger screen is perfect but on a small screen like a laptop the section intercross. Can you please help keep it like the big screen for every size screen? thank you

Pass: biangu

Url: www.matibrnd.com

MT27_0-1712176181921.png

 

Accepted Solution (1)

EBOOST
Shopify Partner
1399 351 432

This is an accepted solution.

Hi @MT27 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file

@media(min-width: 759px){
	#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__content.image-with-text__content--top {
	  padding-bottom: 0!important;
	}
	#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__media {
		margin-bottom: -28%;
	}
	body #shopify-section-template--18448488431883__image_banner_JL4YDe .banner {
		margin-top: 0!important;
	}
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Reply 1 (1)

EBOOST
Shopify Partner
1399 351 432

This is an accepted solution.

Hi @MT27 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file

@media(min-width: 759px){
	#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__content.image-with-text__content--top {
	  padding-bottom: 0!important;
	}
	#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__media {
		margin-bottom: -28%;
	}
	body #shopify-section-template--18448488431883__image_banner_JL4YDe .banner {
		margin-top: 0!important;
	}
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips