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
Forum Search
Google Site Search
Author « Topic »  

skysadlo1
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 03/11/2022 :  07:28:41  
How do I align the above text with the products below? Please refer to the link below and notice that the page text and products are not aligned.

https://alansart.com/products.php?cat=12

THANK YOU!

Vince
Administrator

42983 Posts

Posted - 03/11/2022 :  09:53:19  
In your style sheet, style.css around line 269 you have this...

div.product {
padding: 4px;
height: auto;
text-align: center;
}

Change that to this adding the width:auto;

div.product {
padding: 4px;
height: auto;
text-align: center;
width: auto;
}

Also in that file around line 491 you have this...

img.prodimage {
}

Change that to this...

img.prodimage {
max-width: 100%;
}

That should sort this out. Don't forget to do a <Ctrl>+F5 to force a refresh of the style sheet.

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.02 seconds. Snitz Forums 2000