Page 1 of 1
Product name Margin top
Posted: 17 Aug 2026, 16:07
by Spraymissah
I am having issues with product name margin top in category view. I have added margin top with css and it will not update. I have cleared cache yet will not update.
.ph-category-item-body h5.ph-product-header.grid {
margin-top: 20px !important;
}
@media (max-width: 768px) {
.ph-category-item-body h5.ph-product-header.grid {
margin-top: 12px;
}
}
Re: Product name Margin top
Posted: 17 Aug 2026, 16:24
by Jan
Hi, hard to say, I think you need to test and detect in browser devtools to see why it is not applied (to test if the CSS is included or not, and if included, if the rule is not overriden

)
Jan
Re: Product name Margin top
Posted: 17 Aug 2026, 16:39
by christine
Hi,
On demos I only could see, e.g. h1, h3, h4 etc.
Can we see it live, please?
Kind regards,
Christine
Re: Product name Margin top
Posted: 17 Aug 2026, 16:56
by Spraymissah
Re: Product name Margin top
Posted: 17 Aug 2026, 17:44
by christine
Hi,
Try this:
Code: Select all
.ph-category-item-body, h5.ph-product-header.grid {
margin-top: 20px !important;
}
temporary it works.
Kind regards,
Christine
Re: Product name Margin top
Posted: 17 Aug 2026, 18:14
by Spraymissah
its working now, thank you so much.
Re: Product name Margin top
Posted: 17 Aug 2026, 19:51
by christine
Hi,
that's fine.
Please be informed: Security Release:
https://www.phoca.cz/news
Kind regards,
Christine