This topic has 4 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler
As the subject, advise me how I can adjust the sidebar width?
Brs,
marvin
Hello @Marvin,
Go to Pages > edit Shop page > [8theme] Layout options > Sidebar width
Regards
Tks a lot.
Btw, can you also advise me how I can adjust the space between 2 widgets in the shop or category page?
Hello,
Use custom CSS code (Theme Options > Theme custom CSS):
.sidebar-slider, .sidebar-widget {
margin-bottom: var(--space-between-widgets,2em);
}
Regards
You must be logged in to reply to this topic.Log in/Sign up