After installing the bestseller thumbnails add-on, the box is suddenly too big. How do I shrink it so it fits?
http://www.hjemmemamma.com/nettbutikk
After installing the bestseller thumbnails add-on, the box is suddenly too big. How do I shrink it so it fits?
http://www.hjemmemamma.com/nettbutikk
there are two adjustmets you need to make to your CSS.
locate following your stylesheet.css
#bestsellers .wrapper {stylesheet.css (line 541)
margin:0 0 0 0.9em;
}
remove the margin and its value.
second
add following to the end of your stylesheet.css
#bestsellersContent {
font-size:0.9em;
}
hope this helps .
Thanks, but this messed up the entire template, had to bring it back by uploading a backup... :) The last part worked, though, but the fonts are a bit too small now.
I'm thinking that I might make it so the images is on a line of it's own, with the title underneath and remove the prize, though... Any idea how to do that?
Last edited by Unicorn; 28 May 2009 at 09:05 AM.
Bookmarks