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.
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.
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;
}