Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    14
    Plugin Contributions
    0

    Default Please help customizing EZ-pages

    This is the address: http://stampila-ta.ro/index.php?main...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.
    Last edited by peterrom67; 5 Jun 2009 at 11:31 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Please help customizing EZ-pages

    Should probably start with the files...
    But here is css to assist
    Find this:
    Code:
    .floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    	margin: 0;
    	width: 47%;
    	}
    And delete this:
    Code:
    #navEZPagesTOCWrapper {
    	font-weight: bold;
    	float: right;
    	height: 1%;
    	}
    Concantanate entries for #navEZPagesTOCWrapper so you end up with something along this line
    Code:
    #navEZPagesTOCWrapper {
            font-weight: bold;
            float: left;
    	margin: 5em 0em 0em 0em;
    	width: 75%;
    	height: 1%;
    	}
    
    .floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
    	margin: 0;
    	width: 47%;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2009
    Posts
    14
    Plugin Contributions
    0

    Default 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.

 

 

Similar Threads

  1. NEED HELP WITH CUSTOMIZING HEADER LINKS..ASAP Please
    By lori0212 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Apr 2011, 09:38 AM
  2. Customizing Shopping Cart Page - Help Please
    By rambamba in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Sep 2009, 03:16 AM
  3. Blank pages - please help?
    By Unicorn in forum General Questions
    Replies: 10
    Last Post: 28 Sep 2008, 10:47 PM
  4. Please help with customizing!!!
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 25 Oct 2007, 05:38 AM
  5. E-Z Pages - Help Please?
    By jimmybob in forum General Questions
    Replies: 3
    Last Post: 29 Jul 2007, 11:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg