Jump to content

Full Screen Mode


Guest vrakas

Recommended Posts

Guest vrakas

Hi there all :wacko:

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

Link to comment
Share on other sites

Hi there all :wacko:

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

Link to comment
Share on other sites

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;

Link to comment
Share on other sites

Guest vrakas

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 :wacko:

Thanks again ;)

Link to comment
Share on other sites

  • 2 weeks later...

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 :whistle:

I'll get there in the end

Edited by ripon43
Link to comment
Share on other sites

  • 2 weeks later...
Guest vrakas

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...