Hi there,
I changed the position of the product description, but the page width is full screen, I feel this page has no margin
check the picture
What can I do to change it?
Hi there,
I changed the position of the product description, but the page width is full screen, I feel this page has no margin
check the picture
What can I do to change it?
Your store link?
Hi thank you for you reply
Here is link: https://www.lilygo.cc/products/t-beam-v1-1-esp32-lora-module
Yes, thank you
Add this at the bottom of base.css (updated code)
@media screen and (min-width: 990px){
.product__description {
margin:100px;
}
}
@media screen and (max-width: 990px){
.product__description {
margin:20px;
}
}
If this helps like and accept it as a solution thanks.
Yes wait let me add some fix in the code
OK, Thanks
@Ajing check I updated the code above
@media screen and (min-width: 990px){
.product__description {
margin:100px;
}
}
@media screen and (max-width: 990px){
.product__description {
margin:20px;
}
}
Hi @hamzasgd
Done, perfect! Thank you so much
How much you want? I can see you already changed the size right
1000 width is enough for PC display