hi! can someone help me figure out how to adjust my margins for every page except the homepage?
it looks like this:
https://ceramica-living-mock-up.myshopify.com/
pw: bohglo
hi! can someone help me figure out how to adjust my margins for every page except the homepage?
it looks like this:
https://ceramica-living-mock-up.myshopify.com/
pw: bohglo
@hillbrown Go to assets/component-collection-hero.css and paste below css at bottom of file.
.collection-hero
{
margin-top: 100px !important;
}
Plz, explain a little bit more, about what exactly you want to do with your margins.
Select the Page Layout tab in the toolbar at the top of the screen. Then in the Page Setup group, click on the Margins button. This will open a popup menu where you can select one of the preset margins or “Custom Margins”.
I hope this is helpful. If you don’t understand we can discuss more on these.
this worked! thanks so much!
another question! the same thing is happening now with individual product page. would you help me solve this also? thank you!
yes, please try this code
.product.grid {margin-top: 70px;}
this worked thank you so much!