i use dawn theme, my website url bustangi.pk
i want to circle tab text in center. I also share screenshot.
this section shows only in mobile, not desktop.
@sitarakhalid In which page is this ?
Please elaborate on what style you would like to have on mobile?
Is it a border for the two images in the middle?
Please also share your shop website
Hi @sitarakhalid ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved:
Eg:

That section show like this if you add my code:

I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
@sitarakhalid
Hello,
@media only screen and (max-width: 749px)
.card__heading {
padding-top: 0 !important;
font-size: 14px;
}
.card__content {
position: unset !important;
height: auto !important;
padding: 0;
}
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Like This
@GemPages its work great, thank you so much.