Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 ASP (Windows server) versions
 Category Page Formatting
Author « Topic »  

KevinRobson
Advanced Member

USA
245 Posts

Posted - 10/11/2020 :  13:20:09  
I've installed a new shopping cart at http://strikingeffects.com/categories.asp
The formatting on Categories.asp isn't good. I think it's something to do with the CSS, but not finding it.
A screen shot is up at http://strikingeffects.com/working/CategoryPagelayout.jpg
Please point me in the right direction.

Vince
Administrator

42455 Posts

Posted - 10/11/2020 :  13:53:27  
Hi Kevin
The reason it looks bad is because each of the categories is displayed in a fixed size DIV with a height of 200px, but your category image is about that height so it's pushing everything else out of the DIV. One way to quickly fix that would be to add...

img.catimage {
max-width: 110px;
}

But is that what you want? Maybe you would prefer a larger image with the image to the left and the category name and description to the right of the image?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KevinRobson
Advanced Member

USA
245 Posts

Posted - 10/13/2020 :  08:07:47  
That looks good. Thank you!

KevinRobson
Advanced Member

USA
245 Posts

Posted - 11/12/2020 :  15:37:11  
You mentioned having the picture on the left and title and description on the right. How is this done?

Vince
Administrator

42455 Posts

Posted - 11/13/2020 :  03:26:46  
Hi Kevin
In css/ectstyle.css around line 287 you have...

div.catimage {
width: 98%;
float: left;
}

...and if you change that to...

div.catimage {
float: left;
padding-right: 10px;
}

...it should do the trick

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000