Hi, there
Can you pls tell me how to set the site width for the specific pages rather than the universal same width settings?
The default site width is 1170px, I would like to make it wider like 1300px for the homepage and some post pages.
Thanks and Regards
Graham
Hello,
There is no such options by default, but you can add this code in custom css for page http://prntscr.com/j6r4g3:
@media only screen and (min-width: 1300px){
.container {
width: 1300px;
}
}
Regards
Здраствуйте,
А как можно сделать это в Элементов?
Я хотел поменять ширину страницы магазина и ширину страницы карточки товара?
С уважением,
Hello,
For Shop and Single product pages –
@media only screen and (min-width: 1300px){
.woocommerce-shop .container, .single-product .container {
min-width: 1300px;
}
}
Regards
Спасибо за ответ,
Подскажите, куда нужно внести код?
С уважением,
The topic ‘How to change the Xstore site width for specific pages? Please help’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.