Shopify themes, liquid, logos, and UX
How to style the header text in collections page with CSS? I want adjust the side margins and font size according to mobile view.
Page URL: https://katharos.co.in/collections/aromadiffusercombo
Solved! Go to the solution
This is an accepted solution.
Hi @ishaankatharos ,
Try this one.
@media only screen and (max-width: 720px){
.section__inner.rich-text__inner {
margin-left: 10px;
margin-right: 10px;
}
h2.rich-text__heading.ff-heading.fs-heading-2-base.fs-heading-1-base-ns {
font-size: 30px;
}
}
Result:
I hope it help.
This is an accepted solution.
Hi @ishaankatharos ,
Try this one.
@media only screen and (max-width: 720px){
.section__inner.rich-text__inner {
margin-left: 10px;
margin-right: 10px;
}
h2.rich-text__heading.ff-heading.fs-heading-2-base.fs-heading-1-base-ns {
font-size: 30px;
}
}
Result:
I hope it help.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024