This topic has 7 replies, 2 voices, and was last updated 2 years, 7 months ago ago by misha
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
Спасибо за ответ,
Подскажите, куда нужно внести код?
С уважением,
Theme Options > Theme custom CSS > Global
Regards
Спасибо Вам за хорошую поддержку и быстрые ответы!
The issue related to '‘How to change the Xstore site width for specific pages? Please help’' has been successfully resolved, and the topic is now closed for further responses