Hey,
on my website www.occulto.de is a Border arround the product information on the productsites. I only want this border on desktop and not on the mobile layout. Is this possible?
regards
Philipp
Hey,
on my website www.occulto.de is a Border arround the product information on the productsites. I only want this border on desktop and not on the mobile layout. Is this possible?
regards
Philipp
oh sorry for that issue if possible to share screenshot where did you add this?
@media only screen and (max-width: 768px) {
div#ProductInfo-template--16169158410508__main {
border: 0;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
I would like to give you a solution to support you:
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.
Hey, this code doesnt do anything.
@KetanKumar i put the code below at the end of the assets>section-main-product.css file
.product__info-container
{
border: groove #D8D8D8;
padding: 20px;
box-shadow: 10px 10px 20px rgba(0,0,0,.5);
}