Hi,
I have been going through our new responsive site centering all of the images and text. I have (after lots of help) all but 1 area sorted out using tables and <td align="center"> etc.
I have several pages that are filtered but as a default they show a mixture of fragment links to other sections and products. For example : http://www.tgurney.co.uk/acatalog/Ch...s-Fabrics.html
On these pages the layout used for displaying the products (pre filtering) is called Filtered Product Summary. It is stubbornly left justifying everything. I have:
1. replaced the code within the layout with the same code that works for products on all the standard pages
2. Tried to clear any left justification in CSS using clear left
Neither of these seem to make a difference
I used google inspect to try to see what is causing the left justification but cant even see it.
I think it has something to do with the interaction of a href= and the style sheet. I can't find it and I could be way off.
I am sure I am just being dumb but if anyone has a spare few minutes to take a look I would be very grateful. I think the rest of the site is read to go.
Many thanks
Tony
I have been going through our new responsive site centering all of the images and text. I have (after lots of help) all but 1 area sorted out using tables and <td align="center"> etc.
I have several pages that are filtered but as a default they show a mixture of fragment links to other sections and products. For example : http://www.tgurney.co.uk/acatalog/Ch...s-Fabrics.html
On these pages the layout used for displaying the products (pre filtering) is called Filtered Product Summary. It is stubbornly left justifying everything. I have:
1. replaced the code within the layout with the same code that works for products on all the standard pages
2. Tried to clear any left justification in CSS using clear left
Neither of these seem to make a difference
I used google inspect to try to see what is causing the left justification but cant even see it.
I think it has something to do with the interaction of a href= and the style sheet. I can't find it and I could be way off.
I am sure I am just being dumb but if anyone has a spare few minutes to take a look I would be very grateful. I think the rest of the site is read to go.
Many thanks
Tony
Comment