Jump to content

[solved] Moving bottom Compare Sort By


Recommended Posts

Is it possible to move the bottom Compare and Sort By in the Product List to the very bottom of the page?

 

Please see attached picture to better explain what I am thinking of doing.

 

I think it has to do with the code below in category.tpl

 

  {include file="./product-list.tpl" products=$products}

<div class="content_sortPagiBar">
<div class="sortPagiBar clearfix">
 {include file="./product-sort.tpl"}
 {include file="./product-compare.tpl"}
 {include file="./nbr-product-page.tpl"}
</div>
{include file="./pagination.tpl"}
  </div>

post-614734-0-45934400-1376058140_thumb.jpg

Link to comment
Share on other sites

hello

 

i just wondering: the problem is solved?

i've got similar issue some time ago with grid modification

 

all what you have to do is to set up correct css styles for these block.

use something like: clear:both; display:block;

Link to comment
Share on other sites

Hi Vekia,

 

I haven't solved it yet, I was going through my notes on how the grid was created. It seems that I only changed product_list.css so I'm going to play around with it and see what happens. I'll post any solutions I may come up with as soon as I can.

 

For reference purposes only, I'm attaching the product_list.css file. This file is what is making the grid.

 

Credit to this post on getting the grid going: http://www.prestashop.com/forums/topic/248217-solved-how-to-change-product-list-to-grid/page__fromsearch__1

product_list.css

Edited by paditur (see edit history)
Link to comment
Share on other sites

Thank you jandsclothingco! That worked like a charm. LOL, I spent the whole day adding clear: both; to differnt parts of product_list.css.

 

Vekia, is it possible for you to mark this as solved? I cannot seem to do it.

 

Thank you!

Link to comment
Share on other sites

thanks for confirmation

i also marked this topic as [solved] as you suggested

 

You can also do it, here is the instruction:

To mark a topic as [solved] :

- Edit the first post of your topic by clicking on the "Edit" button,

- Click on the "Use full editor" button,

- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...