Zen Cart Logo
Forums / General Questions / EZ-Pages TOC Overflow

EZ-Pages TOC Overflow

Locked

Views: 1,665

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
24 Jun 2009, 4:50 AM
#1
avantik avatar

avantik

New Zenner

Join Date:
Mar 2009
Location:
Miami - USA
Posts:
33
Plugin Contributions:
0

EZ-Pages TOC Overflow

Hi Zenners,
Trying now to exploit the full functionality of the EZ pages for an articles section in the site.
But...looks like the Table of Contents is overflowing into the right column.
Does anybody know how to fix that? Take a look at:

http://store.valeriadesigns.com/articles-page-12/chapter/1

Thanks in advance!!

24 Jun 2009, 10:21 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: EZ-Pages TOC Overflow

In your stylesheet, try taking the red part out:

#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border-bottom: 1px solid #9a9a9a;
}

24 Jun 2009, 5:16 PM
#3
avantik avatar

avantik

New Zenner

Join Date:
Mar 2009
Location:
Miami - USA
Posts:
33
Plugin Contributions:
0

Re: EZ-Pages TOC Overflow

In your stylesheet, try taking the red part out:

#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border-bottom: 1px solid #9a9a9a;
}

Hi Stevesh,
Thanks for your help (as usual!)
I tried and did not work.
I'm not an expert in CSS, but looks like there is some wrapping directive missing...
Any other pointers?
:no:

24 Jun 2009, 5:49 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: EZ-Pages TOC Overflow

Looks like it worked from here.

24 Jun 2009, 7:07 PM
#5
avantik avatar

avantik

New Zenner

Join Date:
Mar 2009
Location:
Miami - USA
Posts:
33
Plugin Contributions:
0

Re: EZ-Pages TOC Overflow

Oh..well...you were right again!
Thanks!
:bigups: