View Single Post
  #148  
Old 01-10-2021, 06:03 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,164
 

Thumbs up Re: X-Cart reBOOT (reDUX) Template

Quote:
Originally Posted by PhilJ
@ 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.
(bootstrap-overrides.css)

EDIT: you could try adding this CSS to bootstrap-overrides.css ...
Then use those classes for the main and sidebar columns.
@PhilJ

Hi Phil,

Sorry I have only just noticed that you updated your answer here with regard to my column widths etc.

BINGO - easy when you know how

Changed it back to: -

.container { max-width: 1366px !important; }

and also reset col-lg-9, col-lg-3 in /skin/reboot/custom/main/columns.tpl

Now I have what I want (which was always there - it was operator error on my part ).

As always many thanks for your kind help

Regards

ITVV
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote