Guest vrakas Posted May 2, 2005 Posted May 2, 2005 Hi there all In version 2.06 the cart was in full screen mode now in version 3 you have the 2 borders on the side. How can i change this to become full screen? Question 2 (if i may) what should i use to edit the *.php lines without messing them up. i have tryed with notepad and wordpad they work but after all is messed Thanks in advance Quote
Guest Posted May 2, 2005 Posted May 2, 2005 Hi there all In version 2.06 the cart was in full screen mode now in version 3 you have the 2 borders on the side. How can i change this to become full screen? Question 2 (if i may) what should i use to edit the *.php lines without messing them up. i have tryed with notepad and wordpad they work but after all is messed Thanks in advance Q1 im not sure, havent looked at v3 yet... Q2, i use CrimsonEditor, works well + is free.... www.crimsoneditor.com Quote
Guest Posted May 2, 2005 Posted May 2, 2005 look in skins/Classic/styleSheets and open layout.css then find:#pageSurround { width: 800px; margin: 0px auto; padding: 5px; border: 2px solid #333333; background-color: #FFFFFF; background-image: url(../styleImages/backgrounds/contentBg.jpg); background-repeat: no-repeat; background-position: left top; Simply change width:, padding and border to #pageSurround { width: 100%; margin: 0px auto; padding: 0px; border: 0px solid #333333; background-color: #FFFFFF; background-image: url(../styleImages/backgrounds/contentBg.jpg); background-repeat: no-repeat; background-position: left top; Quote
Guest vrakas Posted May 2, 2005 Posted May 2, 2005 Thanks to shop.lightspeed.net.au for the program link as it works just fine and Thanks to Mobie for the change to full screen that also works apart that only the search bar goes to the far right and the others stay on the left. In any case what i requested is what i got and i apreciate it Thanks again ;) Quote
Guest Posted May 12, 2005 Posted May 12, 2005 (edited) To move the right box to the right, change the following on layout.css around line 59 .colRight { position: relative; width: 160px; padding-left: 5px; right: 0px; float: left; to .colRight { position: relative; width: 160px; padding-left: 5px; right: 0px; float: right; Haven't figured out the middle one yet, just seems to go where it pleases Although to stretch it to fit in change at around line 54 layout.css .colMid { position: relative; width: 403px; float: left; to .colMid { position: center; width: 650px; float: left; Probably best to disregard all that, everything goes wrong when resizing window I'll get there in the end Edited May 12, 2005 by ripon43 Quote
Al Brookbanks Posted May 12, 2005 Posted May 12, 2005 A 100% width version will come as standard with CubeCart 3. At great expense I am paying a professional design agency to make an extra skin. CC3 will come out of the box with 3 skins. Quote
Guest vrakas Posted May 22, 2005 Posted May 22, 2005 Thanks ripon43, i beleive you are right to leave it till later since it will be included in the final version of CC3 but thank you for the effort. brooky i cant wait for the final verion of CC3 since i can insert my countrys currency and then be able to use a full screen mode. Thanks again Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.