wanna add some padding on top, only in mobile view
URL: https://redpandaoutdoor.in/products/cortex-custom-text?_pos=1&_psq=cus&_ss=e&_v=1.0
wanna add some padding on top, only in mobile view
URL: https://redpandaoutdoor.in/products/cortex-custom-text?_pos=1&_psq=cus&_ss=e&_v=1.0
Hi @Emiway
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
@media screen and (max-width: 768px){
section.shopify-section--main-product {
padding-top: 50px;
}
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hi @Emiway
@media(max-width:768px){
img.rounded {
padding-top: 40px !important;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
@Emiway - please add this css to the very end of your theme.css file and check,
Shopify Admin β Online Store ->Theme β Edit code β theme.css
@media screen and (max-width: 999px) {
#shopify-section-template--15186844024904__main {padding-top: 48px !important;}
}
@media (max-width: 768px){
.product-gallery__media.snap-center {
padding-top: 45px !important;
}
}
i had added a breadcrumb also which got hide behind navigation bar
i had added a breadcrumb also which got hide behind navigation
@media screen and (max-width: 768px){
main#main {
padding-top: 50px !important;
}
}
@Emiway Remove the previous code.
its affecting the main-product file, i want changes in pre order template only
@Emiway use this code Your product was going behind the header, bro, whenever.
@media (max-width: 768px) {
.anchor {
padding-top: 83px !important;
}
}
i had created 2 templates for products, on is main-product & another one is pre-order. i wanna make changes in pre-order template only
Where is the pre-order? Please provide a screenshot and link, I canβt find it.
@media(max-width:990px){
safe-sticky.product-info {
padding-top: 40px !important;
}
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!