How to change alignment of heading on page of debutify theme

I want change the alignment of heading as shown in screenshot.

Store link

https://shooqllc.com/

@shooq Go to assets/theme.css and paste below css at bottom of file.

.section-header>*:last-child, .shopify-policy__title>*:last-child
{
margin-top: 30px;
}
1 Like

Hi Delight,

The solution works for me.

Can you please help me in adding space between the two block.

Like I want to add some space between Guarantee block and view more button as shown in screenshot.

@shooq Go to assets/theme.css and paste below css at bottom of file.

.view-all-box
{
margin-bottom: 30px;
}

Great. Thanks :blush:

It is working fine for desktop but showing a big space between tile and heading in mobile version.

It is working fine for desktop but showing a big space between tile and heading in mobile version.