Mobius2000 Posted November 12, 2009 Share Posted November 12, 2009 Hi everyone,I have implemented column display of my items as per the instructions here: 3 column item displayIt was successful however now unless I have an row of 3 items, the "select number of pages" pagination appears under the last full list of 3 (See image for better display of issue).I was hoping someone out there may be able to help.I tried wrapping the code below in a div (from pagination.tpi) with no luck. <form action="{if !is_array($requestNb)}{$requestNb}{else}{$requestNb.requestUrl}{/if}" method="get" class="pagination"> {if isset($query) AND $query}<input type="hidden" name="search_query" value="{$query|escape:'htmlall':'UTF-8'}" />{/if} {if isset($tag) AND $tag AND !is_array($tag)}<input type="hidden" name="tag" value="{$tag|escape:'htmlall':'UTF-8'}" />{/if} <input type="submit" class="button_mini" value="{l s='OK'}" /> {l s='items:'} {foreach from=$nArray item=nValue} {$nValue|escape:'htmlall':'UTF-8'} {/foreach} {if is_array($requestNb)} {foreach from=$requestNb item=requestValue key=requestKey} {if $requestKey != 'requestUrl'} <input type="hidden" name="{$requestKey|escape:'htmlall':'UTF-8'}" value="{$requestValue|escape:'htmlall':'UTF-8'}" /> {/if} {/foreach} {/if} </form> Any help on this would be greatly appreciated.Richard. Link to comment Share on other sites More sharing options...
Edward Zhu Posted November 21, 2009 Share Posted November 21, 2009 try the CSS override of the "pagination" class..pagination{clear: both;} Link to comment Share on other sites More sharing options...
michal110011 Posted February 19, 2012 Share Posted February 19, 2012 Thanks, it works. In prestashop 1.4, new theme, it is ul.pagination. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now