Center image on homepage & reduce padding

Solved

Center image on homepage & reduce padding

quiztrail
Explorer
59 0 17

Hi there,

 

- How do I center this image on my home page?

- Also, can I reduce the padding between these sections to make them nearer?

 

Homepage.jpg

 

www.quiztrail.co.uk

 

Thank you in advance. 

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

Try adding this code to the bottom of theme.css

.custom__item.custom__item--image.custom__item--1644185964750d83ec-1 {
  margin-left: auto;
  margin-right: auto;
}

#shopify-section-1644185964750d83ec {
  padding-top: 10px;
  padding-bottom:10px;
}

#shopify-section-1644183169bfdbea96 {
  padding-top:0px
}
#shopify-section-1644184009d81c1f8b {
  padding-bottom:0px;
}



Result:

2022-02-06 17_45_03.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 3 (3)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

Try adding this code to the bottom of theme.css

.custom__item.custom__item--image.custom__item--1644185964750d83ec-1 {
  margin-left: auto;
  margin-right: auto;
}

#shopify-section-1644185964750d83ec {
  padding-top: 10px;
  padding-bottom:10px;
}

#shopify-section-1644183169bfdbea96 {
  padding-top:0px
}
#shopify-section-1644184009d81c1f8b {
  padding-bottom:0px;
}



Result:

2022-02-06 17_45_03.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
quiztrail
Explorer
59 0 17

@Nick_Marketing Perfect - thank you for your quick help.

Nick_Marketing
Shopify Partner
1487 336 465

@quiztrail 
You are welcome!

In case you are interested, feel free to subscribe to my YouTube channel where I upload Shopify tutorials twice a week. Link in signature.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).