What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: How can i center the head text of the featured collection?

Solved

How can i center the head text of the featured collection?

NGM2022
Excursionist
55 0 6

dentalproductscenter.jpg

 

'Explore and understand which dental product is the most suitable for your health condition"

 site: www.dentalgoodbuys.com

Accepted Solution (1)

themehelper
Excursionist
15 3 4

This is an accepted solution.

@NGM2022 
hii, add this code at the bottom of  template-collection.css.

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down .h2 {
    text-align: center !important;
}

Thank You.

View solution in original post

Replies 2 (2)

themehelper
Excursionist
15 3 4

This is an accepted solution.

@NGM2022 
hii, add this code at the bottom of  template-collection.css.

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down .h2 {
    text-align: center !important;
}

Thank You.

NGM2022
Excursionist
55 0 6

Perfect, Thanks!