I have added the following codes by experts suggestion to add padding for featured collection (Phone only) and decrease the gap between header and image. But after adding the liquid codes interactivity increased 13ms to 80ms. What I can do??
Theme: Prestige
Website: pretty
Code 1:
@media (max-width: 767px){
section#shopify-section-template–22717424009532__featured_product_WNiRzp,
section#shopify-section-template–22717424337212__main {
padding: 20px;
}
}
Code 2:
@media screen and (max-width: 776px) {
.section-spacing.bordered-section {
margin-block-start: 10px !important;
}
.section-stack {
gap: 0px !important;
}
}
