Show More
hi there
my store url is sundip1.myshopify.com and i have sticky side bar and its overlapping my products i need my products to be on right side. i have tried following code it gives required result but it says STORE ONLINE SESSION CANT BE PUBLISHED can anyone please help me
@media (min-width: 750px) {
.index-section .grid–full {
max-width: calc(1220px - 330px);
float: right;
}
#shopify-section-footer {
width: 100%;
overflow: hidden;
}
}