This topic has 14 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
Здраствуйте,
Подскажите, как уменьшить ширину сайдбара на странице магазина товаров?
С уважением,
Hello,
Go to Pages > Shop > click on Edit > https://prnt.sc/l8PDU3nhbZwO > [8theme] Layout options > [8theme] Layout options
Regards
Здраствуйте,
Спасибо!
В выборе только 1/6, 1/4, 1/5. Как сделать 1/5?
С уважением
Hello,
https://prnt.sc/OPk_-PhqPXWy – please check one more time.
Have you tried “Inherit” https://prnt.sc/33tiKnDgUNM5 ?
There are no additional settings for this.
Regards
Hello,
Try to use the next custom CSS code:
@media (min-width: 992px) {
.archive .sidebar {
width: 20% !important;
}
.archive .main-products-loop {
width: 80% !important;
}
}
Theme Options > Theme custom CSS > Global
Regards
Здраствуйте,
Спасибо за ответ. Почему-то, после применения кода страница съехала https://prnt.sc/dLNE7xwgxzkE
Подскажите, что я делаю не так?
С увжанием,
Hello,
Replace the previous code with the code below
@media (min-width: 992px) {
.archive .sidebar {
width: 20% !important;
right: 80%;}
.archive .main-products-loop {
width: 80% !important;
left: 20%;}
}
Regards
Здраствуйте,
Спасибо за Ваш ответ. Все стало хорошо, ну когда начинаешь прокрутку страницы вниз, сайтбар заходит на фото https://prnt.sc/Ybgm4bI_XejL
С уважением,
Hello,
We do not see the problem on your Shop page https://gyazo.com/7c5344b36ea057e10709458ab601ffa0
Please clear cache and check one more time.
Regards
Здраствуйте,
Сейчас Ваш код не был применен (на Вашем видео).
Я сейчас применил его, посмотрите пожалуйста. Отчистка кэша не помогает.
С уважением,
Hello,
I’ve changed the custom CSS code. Check now.
Regards
Все стало отлично! Спасибо большое!
С уважением,
You’re welcome! Have a nice day!
Regards
Tagged: product store, reduce, sidebar, themes, width, woocommerce, wordpress
The issue related to '‘reduce sidebar width (product store page)’' has been successfully resolved, and the topic is now closed for further responses