We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Icon not centering within services section card on homepage.

Icon not centering within services section card on homepage.

spimpton
Visitor
1 0 0

For the "Gatherings, Coaching & Resources" services section on this homepage, I am trying to center the image/icon and text within the card, and have successfully used custom css to center align the text, but nothing I do will change the alignment of the image. 

 

The current custom css (with everything left aligned) for the section is:

 

img {
height: 100px;
}
.services .btn:focus,
.services .btn:hover {
background: #4d4d4e;
border-color: #4d4d4e;
}

 

 

Adding the following code works to center the text within each card, but nothing I have tried for the image works:

 

.services {
text-align: center;
}

 

Any thoughts? Thank you!

Replies 2 (2)

niraj_patel
Shopify Partner
2391 516 516

Hello @spimpton 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  div.services__item img {
      margin: 0 auto !important;
   }
  div.services__item {
   text-align: center !important;
 }
</style>

techlyser_web_0-1710533130521.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

websensepro
Shopify Partner
2144 268 320

Hello @spimpton ,

Can you please share store URL,

 

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP