Category layout

GK User
Tue Sep 11, 2012 6:20 pm
Dear,
I would like to remove the "category title"
and remove the "space" bettwenn price and product detail

How ???
Thank's a lot for help
PS: See pictures

help.jpg
User avatar
Expert Boarder

Konrad M
Tue Sep 11, 2012 9:36 pm
Hi
please can you give us url to site from attachment ? It will be much easier to help you.
User avatar

GK User
Mon Sep 17, 2012 7:52 am
User avatar
Expert Boarder

Konrad M
Mon Sep 17, 2012 9:47 am
I checked your site and I don't see it anymore, did you fix issue ?
User avatar

GK User
Mon Sep 17, 2012 4:09 pm
Dear,
NO,
I would like to remove the "category title"
and remove the "space" bettwenn price and product detail (the space et to big...)
Thank's a lot for HELP
User avatar
Expert Boarder

Konrad M
Tue Sep 18, 2012 7:17 am
Please try add this to override.css
Code: Select all
.browse-view h1 {
display:none;
}
.browse-view .catProductPrice {
min-height: 0px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Sep 21, 2012 1:49 pm
Dear, it's work, Thank's a lot...

another question:
if you look this page (in German)
"sort by" is "sortiert nach" and ... on 2 line

is it possible to do the column a little big "bigger"
http://www.growth-publisher.ch/index.php?option=com_virtuemart&view=category&virtuemart_category_id=6&Itemid=110&lang=de

thank's a lot, best regards
User avatar
Expert Boarder

Konrad M
Fri Sep 21, 2012 1:52 pm
Please try add to override.css
Code: Select all
.orderlistcontainer div.title {
width: 80px;
}
User avatar

GK User
Fri Sep 21, 2012 2:11 pm
Dear, it's work, thank's a lot...

last question ...
if you look this page...it's maybe nicer to have 2 line:
1 for the button: Ask a question...
and a second line for "browse artickel" <-last book Next book ->

or: we have "search" on the top left....wy not "Ask a question" top right

http://www.growth-publisher.ch/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=20&virtuemart_category_id=7&lang=en

Thank's a lot for your help, best regards
User avatar
Expert Boarder

Konrad M
Sat Sep 22, 2012 2:26 pm
Try add this to override.css
Code: Select all
#gkComponent .ask-a-question {
float: none;
}
User avatar


cron