Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Please help customizing EZ-pages

Please help customizing EZ-pages

Locked

Views: 828

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
5 Jun 2009, 10:28 PM
#1
peterrom67 avatar

peterrom67

New Zenner

Join Date:
Jun 2009
Posts:
14
Plugin Contributions:
0

Please help customizing EZ-pages

This is the address: http://stampila-ta.ro/index.php?main_page=page&id=2&chapter=1

and this is what I want to do (if possible, of course):

  1. The TOC box wider (to make room for the wider names)
  2. The TOC box at the left side of the body (not the left sidebox)
  3. The content of the page under the TOC box
  4. No border for TOC box
  5. No border for swf content
  6. Only a separator line between TOC box and content of the page
  7. Multi-language support for EZ-pages content

I have some ideas where to find these changes but I don't want to waste my time and wait for better opinions.

Thank you.

5 Jun 2009, 10:53 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Please help customizing EZ-pages

Should probably start with the files...
But here is css to assist
Find this:

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

And delete this:

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	}

Concantanate entries for #navEZPagesTOCWrapper so you end up with something along this line

#navEZPagesTOCWrapper {
        font-weight: bold;
        float: left;
	margin: 5em 0em 0em 0em;
	width: 75%;
	height: 1%;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 47%;
	}
6 Jun 2009, 12:24 AM
#3
peterrom67 avatar

peterrom67

New Zenner

Join Date:
Jun 2009
Posts:
14
Plugin Contributions:
0

Re: Please help customizing EZ-pages

Thank you very much for your quick reply.
Please check again the link.

The TOC box is where it has to be but:

  1. The text from the page must be below the TOC box;
  2. How the **** can I get rid of the borders (the TOC box and the swf content) ???

Thank you.