This topic has 6 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Tony Rodriguez
Hello everyone.
I want the category sidebar to be the same width as the blog page.
Can I change it with CSS?
Hello, eternity,
Thank you for choosing XStore as your WooCommerce WordPress theme.
In order to resolve your issue, please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache:
.category .col-md-4.col-md-pull-8.sidebar-enabled.sidebar.sidebar-left {
width: 25% !important;
right: 75% !important;
}
.category .content.col-md-8.col-md-push-4 {
width: 75% !important;
left: 25% !important;
}
The result should look like this: https://postimg.cc/Cnnx2MDZ
Best Regards,
8Theme’s Team
Thank you.
But I thought the setup was a success.
Scroll down the screen.
The width of the widget will be broken
Can you fix it?
Hello, eternity,
We are pleased to inform you that your issue has been resolved. To ensure the changes take effect, please clear your browser cache and revisit your site. We have turned it OFF the sticky sidebar option under Xstore > Theme Options > Blogs, which has resolved your issue.
Thank you for your patience and understanding.
Best Regards,
8Theme’s Team
What if I want to use the sticky sidebar option?
And one more thing, please.
I want the TAG page sidebar to be the same width as the blog page.
Hello, @eternity,
Thank you for your inquiry regarding the sticky sidebar option. Unfortunately, if you use the sticky sidebar option with the CSS code provided, it will not work correctly due to the difference in width between the blog sidebar (which is set to a custom width) and the category or shop sidebar (which has a default width).
If you would like the sidebar on the TAG page to be the same width as the blog page, please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache:
.tag .col-md-4.col-md-pull-8.sidebar-enabled.sidebar.sidebar-left {
width: 25% !important;
right: 75% !important;
}
.tag .content.col-md-8.col-md-push-4 {
width: 75% !important;
left: 25% !important;
}
The result should look like this: https://postimg.cc/QKjYGNdx
We hope this helps.
Best regards,
8Theme’s Team.
Tagged: change, jewellery, niche market, sidebar, templates, width, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up