i want to mention heading in center on mobile and desktop both.
i use dawn theme and my website url www.bustangi.pk
i want to mention heading in center on mobile and desktop both.
i use dawn theme and my website url www.bustangi.pk
@sitarakhalid
Hello,
.section-template--15465179644075__featured_collection-padding .title {
margin: 0 auto;
width: 100%;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Like This
@sitarakhalid
Put below code into base.css file (Online store->themes->edit code->assets->base.css)
.title-wrapper-with-link.title-wrapper--no-top-margin {
justify-content: center !important;
}
Hello @sitarakhalid
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
Go to Online Store → Theme → Edit code.
Open your theme.liquid theme file.
Paste the below code before :
{% if template contains 'collection' %}
{% endif %}
{% if template contains 'index' %}
{% endif %}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
THANK YOU ITS WORK GREAT