Tobaldi - Mens Designer Imports

Posts: 13
Joined: 01/17/2008

Tobaldi Uomo LTD

Just went live, so it's a work in progress, but off to a great start, thanks to Ubercart!

Posts: 343
Joined: 10/16/2007

See that the issue with lining up the image is the same that I have when using a grid. i.e. the text has to be edited to only three lines as an example to keep the images placed correctly.

Seems that there is no easy fix.

Enjoy the site as Uber does a nice job.

Jim

Posts: 343
Joined: 10/16/2007
Posts: 158
Joined: 12/28/2007
Uber DonorBug Finder

Nice site. However, to avoid future problems, maybe it's a good idea to use secure https -connection when asking for credit card details in checkout.

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Great. Smiling Keep up the good work!

For my own piece of advice, on the catalog page the way the image overlaps the products is distracting. If you adjusted your theme's CSS and added the following two things it should look a little nicer. Cool

img.category {
  margin-bottom: 1em;
}

.category-grid-products {
  clear: right;
}

Posts: 13
Joined: 01/17/2008

Thanks a TON! That category image was bothering me a lot!!!
Have a look now.