PDA

View Full Version : How do i get rid of this annoying "-" in more info?!


Christmas
20-10-08, 12:18
I am sure this is really simple...

I have customised a template for my Shop but i get this really annoying "-" symbol that appears next to more info on the product list display. It just overlaps the m of more info. See here: http://dev.happychristmas.com/Shopping/productlist.php

I have tried looking for the bit of tell tale code but can't seem to find it.

I am sure this is really simple!

IntroSites
20-10-08, 13:51
Your link has a   which is decorated with underline, just add text decoration none to your .sw_moreinfo class

Id take a look at your site in firefox

Christmas
20-10-08, 13:52
Hey thanks,

still testing :-)

Christmas
20-10-08, 14:05
Yep that has done the trick, i know about the cross browser errors in Safari and Firefox, am working through them. In Fact, can i pick your brains...

My div container doesn't exapand with the productlist page which is what is causing the formatting errors in Firefox and Safari

It expands fine on text pages like the retailers.php and category listings but not with the productlist pages.

Do you know how to overcome this? :confused:

IntroSites
20-10-08, 14:54
try adding clear:both; to #sw_pagination_bottom

Christmas
20-10-08, 15:35
Wow! you know your stuff!! thanks loads. i am going to chance my luck here. Can you shed any light on this?

http://www.shopwindowforum.com/showthread.php?t=979

thanks! :D