I want change the alignment of heading as shown in screenshot.
Store link
@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;
}
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 ![]()