View Single Post
  #8  
Old 11-29-2016, 07:16 PM
 
Triple A Racing Triple A Racing is offline
 

X-Wizard
  
Join Date: Jul 2008
Location: Manchester UK
Posts: 1,028
 

Default Re: Crisp White Skin in 5.3.* - Custom Modifications?

Whilst waiting for some feedback on that previous question, we have a different (unconnected) question now...

Using either a Custom Module or, the XC Custom Skin Module or, Custom CSS, together with the default X-Cart Standard Template, it's possible and easy to limit the 'Maximum' size (width) of the site itself. Most store owners don't want to do this but some do. It really depends on their own chosen site view and design ideas etc. It only sets a maximum limit, so there's no effect on smaller windows obviously.

Using either a modified .css file c/w Module activation or Custom CSS, here's some code which works very well (we have tried it and used it on XC5.2.* and XC5.3.* setups and it works perfectly on both these cores when using the XC standard template):
Code:
@media (min-width: 1182px) { #page-wrapper { width: 992px; } .sidebar, #content { margin-bottom: 0px !important; }
The XC Crisp White Skin template however is bootstrap based so the CSS rules are different and this same code won't work as it does already, with a default X-Cart Standard Template.

Does anybody have good bootstrap CSS experience and... enough exposure to Crisp White Skin now, so as to figure out the correct or alternative way to make this maximum window size limit work? A long reach question to the CWS Dev Team possibly?
__________________
Dev Store & Live Store XC Business 5.4.1.35
Server; Ubuntu 22.04.2 LTS (HWE 6.2.0.26.26 Kernel)) / Plesk Obsidian
Nginx 1.20.4 / Apache 2.4.52 (Ubuntu Backported) / MariaDB 10.11.4 / PHP 7.4.33
Reply With Quote