View Single Post
  #6  
Old 07-30-2020, 10:53 PM
 
ilclark ilclark is offline
 

Advanced Member
  
Join Date: Oct 2003
Location: Brisbane, Australia
Posts: 94
 

Default Re: How to change sidebar width?

This is a very old question, but in my case relevant and as part of the original question wasn't answered, I too would like to know how to modify the sidebar / content widths.
I've tried custom.css but this doesn't seem to work.

@media (min-width: 1200px)
.sidebar {
width: 20%;
}
@media (min-width: 1200px)
.one-sidebar #content {
width: 80%;
}
__________________
X-Cart 4.6.1 --> 5.4.1.20 (Live)
LiteCommerce 2.2.21 (RIP)

www.nextmobile.com.au
Reply With Quote