Images centered in category page and adjustments

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jun 19, 2013 9:43 am
Reply with quote
Report this post
Hi,
When seeing the products located into a category I see the product image is floated left, not centered.
See http://tiendanueva.negre.es/iluminacion ... nsion.html (I need all centered: image,title price and tax).

Also one question : Where is the tax text "21 % IVA incl.:" located? Because the last two dots ":" need to be eliminated.

How is the currency symbol controlled? we don't work in $ but in € so it needs to be after the price numbers.

Any help is kindly appreciated.

Kind Regards,
User avatar
Gold Boarder

GK User
Wed Jun 19, 2013 2:33 pm
Reply with quote
Report this post
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
.browse-view .row .product .spacer>div {text-align: center;}


Remember to enable "CSS override" in template settings - advanced section.

For a tax string, search file:
/language/en-GB/en-GB.tpl_gk_storebox.ini (or your language file)
for declaration:
TPL_GK_LANG_VM_INC_TAX and change it.
User avatar
Moderator

GK User
Wed Jun 19, 2013 6:56 pm
Reply with quote
Report this post
Hi Cyberek,
It worked!!Thanks a lot!
For the tax text, located down the yellow price, http://tiendanueva.negre.es/iluminacion ... nsion.html
it needs to be centered too, but there's another tax (product page) both tax texts with the same class, and its floating left, see http://tiendanueva.negre.es/iluminacion ... mada-.html
I think that's the reason why the tax its not centered. Do you know a solution for this?

Thanks in advance,
Kind Regards,
User avatar
Gold Boarder

GK User
Wed Jun 19, 2013 7:59 pm
Reply with quote
Report this post
If I understand You correctly:
Code: Select all
.row .PricetaxAmount {
float: none;
}


should do the trick :)
User avatar
Moderator


cron