Category page problem.

GK User
Tue Feb 28, 2012 12:31 pm
Hello !

I want to modify category page layout because I don't need stock status, discount price or something like that. I want to be like in the printscreen but without space. How can I remove this heigh space?

Thanks in advance!
User avatar
Senior Boarder

teitbite
Thu Mar 01, 2012 2:04 am
Hi

Please show me Your site.
User avatar
Moderator

GK User
Thu Mar 01, 2012 9:43 am
User avatar
Senior Boarder

GK User
Tue Mar 06, 2012 7:54 pm
Hello peoples!

I remove stock code and details product and I have something like that (see photo). Now ... please help me sombody with space after price ... because I really don't know how I can erase :( ... it's to big space!

Please help me somebody!

(demo link): http://goo.gl/86GHj
User avatar
Senior Boarder

teitbite
Wed Mar 07, 2012 12:02 am
Hi

Please add this to css:

Code: Select all
.catProductPrice {
    min-height: 0;
}
User avatar
Moderator

GK User
Wed Mar 07, 2012 7:44 am
In override.css ?

If yes, It doesn't work ... it's same
User avatar
Senior Boarder

teitbite
Wed Mar 07, 2012 1:43 pm
Hi

Than add !important rule after.

Code: Select all
.catProductPrice {
    min-height: 0 !important;
}


Hav You allowed using of override.css ?
User avatar
Moderator

GK User
Wed Mar 07, 2012 5:19 pm
Hi .

yes, i turn on the override.css and i modify the code like did you say but no changes.

I think that huge space is for discount or other price (with tax, without tax, base price ...) how can I remove this things?

I want to appear just the final price like it's now but without that space.
User avatar
Senior Boarder

teitbite
Thu Mar 08, 2012 8:18 am
Hi

Send me joomla panel access. I'll see if it wasn't updated becasue of cache on.
User avatar
Moderator

teitbite
Fri Mar 09, 2012 6:04 pm
Hi

Hehe. It worked. The remaning space You are refering to is a different element I think. Please take a look at the image.

So if You think the previous reduction was not enought please add this code also:

Code: Select all
.catProductPrice .PricesalesPrice {
    line-height: 18px;
}
User avatar
Moderator

GK User
Sat Mar 10, 2012 3:19 pm
In this moment I'm in a hospital and I'm not sure if it's ok because my phone have to small display, but I thank you a lot !

You are really helpful for me!

Thanks again!
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.