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 »  

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

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

Posted - 12/27/2020 :  01:42:59  
Hi All,

Where are the setting to change the size of the category image

Its like this [img]https://i.paste.pics/f2f777f5f19368e8c6a7efebda215601.png[/img]

But would like it to be maybe like [img]https://i.paste.pics/7f3ab52a83adb7566dca91e2e160ddf2.png[/img]

Thanks

Jason

Phil
ECT Moderator

United Kingdom
7680 Posts

Posted - 12/27/2020 :  02:20:26  
Hi Jason,

In ectstyle1.css find
div.catimage{
width:26%;
float:left;
padding:4px;
}

and set the width to 80%

div.catimage{
width:80%;
float:left;
padding:4px;
}

for the category name you need to centre it so set the width to 100% and add text-align:center

div.catname{
margin:4px 8px;
font-size:1.2em;
float:left;
width:100%;
text-align:center;
}

Then set the order of the elements in the includes.php so the category name comes before the image

$categorypagelayout="discounts,catname,catimage,description";




* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

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

Posted - 12/28/2020 :  11:59:39  
Thank you, perfect, I will try that.

Jason

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

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

Posted - 01/07/2021 :  01:55:22  
Phil,

This works fine

[img]https://i.paste.pics/B8P9L.png[/img]

Where in the css files do i change the layout for the /manufacturers.php page?

Jason

Vince
Administrator

42766 Posts

Posted - 01/07/2021 :  12:51:48  
Hi Jason
Can you let us know the URL of the store and I'll take a look.

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