How can I center and align my webpage heading?

Hey guys - can anyone help me get the heading to this section centralised and onto one line?

Thanks :slightly_smiling_face:

@houssamalissa

Please share store URL!

Thanks!

@houssamalissa

Please add the following code at the bottom of your assets/theme.css file.

#shopify-section-16291314828aaa53d3 h3{
font-size: 1.2rem !important;
}

Hope this works.

Thanks!

Ah so I was referring to the main heading - but the other headings actually look better now so thanks anyway :slightly_smiling_face: Any fix for centralising / getting the main heading on one line without reducing the font size?

Can anyone help on this?

@houssamalissa

Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (min-width: 992px){
div#shopify-section-16291314828aaa53d3 .page-width .section-header h2 { margin-left: 0px !important; text-align: center; }
}

Hope this works.

Thanks!

You’ve done it again!