Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help EZ Pages (Previous-Home-Next buttons)

Help EZ Pages (Previous-Home-Next buttons)

Locked

Views: 1,116

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
14 Jan 2007, 11:56 PM
#1
maca2406 avatar

maca2406

New Zenner

Join Date:
Jan 2007
Posts:
32
Plugin Contributions:
0

Help EZ Pages (Previous-Home-Next buttons)

Hi there.

A stupid question.

The navigation buttons to move in the different chapters of EZ Pages (Prev-Home-Next) are aligned in the center in column form. I want to align them in the center but in horizontal form.

The code in includes/templates/teplates_deafult/templates/tpl_page_default.php is:

<?php if (EZPAGES_SHOW_PREV_NEXT_BUTTONS=='2' and $counter > 1) { ?>

<div id="navEZPageNextPrev"> <a href="<?php echo $prev_link; ?>"><?php echo $previous_button; ?></a> <?php echo zen_back_link() . $home_button; ?></a> <a href="<?php echo $next_link; ?>"><?php echo $next_item_button; ?></a> </div> <?php } elseif (EZPAGES_SHOW_PREV_NEXT_BUTTONS=='1') { ?> <div id="navEZPageNextPrev"><?php echo zen_back_link() . $home_button . '</a>'; ?></div> <?php } ?> <?php

What causes that the buttons are centered in vertical form. I can not change it to a horizontal line. :down:

Thank you

15 Jan 2007, 2:29 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Help EZ Pages (Previous-Home-Next buttons)

Change the CSS from display: inline; to display: block; for that ID or class.

15 Jan 2007, 4:08 AM
#3
maca2406 avatar

maca2406

New Zenner

Join Date:
Jan 2007
Posts:
32
Plugin Contributions:
0

Re: Help EZ Pages (Previous-Home-Next buttons)

Thank you, but I was not lucky. I believe it is a problem with the CSS buttons module
I will tell it to the author