View Single Post
  #145  
Old 01-09-2021, 09:19 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

@ ITVV, not easily, as it works off the 12 column Bootstrap grid. I'll have a think.

Why not just put the .container max-width back to 1366px?

I see you changed yours to 1200px.
Quote:
.container { max-width: 1366px !important; }
(bootstrap-overrides.css)

EDIT: you could try adding this CSS to bootstrap-overrides.css ...
Quote:
.col-lg-30, .col-lg-70 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col-lg-30 { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
.col-lg-70 { -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; }
Then use those classes for the main and sidebar columns.
__________________
xcartmods.co.uk
Reply With Quote