I want to center my multicolumn and featured collection headings. Also I have only 2 products right now and I would like to center them too on the featured collection section, without making them bigger (a.k.a reducing amount of columns)
url is:https://thesnoozy.com/
password: 123
Hi @GeorgeRizos ,
This is PageFly - Advanced Page Builder.
You can try with this code:
Follow this:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.scss.css.
Step 3: paste below code in bottom of file → save.
.grid {
justify-content: center !important;
}
h2.title.h1 {
text-align: center !important;
}
Hope that my solution works for you.
Best regards,
PageFly
Hi @PageFly-Victor , I would also like the multicolumn heading to be centered
Hi @GeorgeRizos ,
You can try with this code:
Follow this:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: paste below code in bottom of file → save.
.title-wrapper-with-link {
justify-content: center !important;
}
Hope that my solution works for you.
Best regards,
PageFly