Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / next previous button positions

next previous button positions

Locked

Views: 1,084

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 Oct 2009, 4:18 PM
#1
ilsita avatar

ilsita

New Zenner

Join Date:
Sep 2009
Posts:
89
Plugin Contributions:
0

next previous button positions

I want to change the position of the next-previous-view list buttons. Can anyone tell me where in my css I can adjust this?

thank you!
ilsita

I'm using the latest version of zen-cart, with a custom template from zenflavor.

13 Oct 2009, 5:46 AM
#2
usernamenone avatar

usernamenone

Totally Zenned

Join Date:
Sep 2006
Posts:
541
Plugin Contributions:
0

Re: next previous button positions

The file you need to change is found in includes>templates>the name of your template>templates>tpl_products_next_previous.php

Or add your style to your style sheet

.navNextPrevList {
display: inline;
white-space: nowrap;
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
}