Jump to content

Sub category page ~ Grid view ~ Images to small and text misaligned


Recommended Posts

Hi

 

Trying to change sub-category page to grid view and a couple of issues.....

 

1/ When changed the text is misaligned to the image borders

 

2/ The image within the border is misaligned

 

3/ How do i make the images larger

 

4/ Looking for 2 rows of 2 columns

 

As always assistance appreciated  :unsure:

 

Pete

Link to comment
Share on other sites

category.css line 64 remove float:left; from:

.inline_list li .img {
display: block;
float: left;
margin-top: 15px;
}

category.css line 55 remove height param from:

inline_list li {
text-align: center;
float: left;
display: inline-block;
width: 96px;
height: 100px;
border: 1px dotted #ccc;
margin: 4px;
}

Hi

 

Just noticed........... the right column has disappeared with the changes made to product list page / footer.tpl

 

Is it possible to have right column on sub category page and not product list page?

 

Pete

 

category page = product list page

there are no differencies between these two pages. unfortunately.

Link to comment
Share on other sites

×
×
  • Create New...