Здраствуйте,
Подскажите, как уменьшить ширину сайдбара на странице магазина товаров?
С уважением,
Theme version: 8.1.5Hello,
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
The topic ‘reduce sidebar width (product store page)’ 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.