NSP gk4 align prices and other info to the center

GK User
Thu Jul 12, 2012 9:38 pm
hello

trying to make the NSP (virtuemart content) prices align to the center... the alignment is arranged with the float tag. Unfortunately there is no float: centre...

can this still be fixed? see image please
User avatar
Platinum Boarder

GK User
Fri Jul 13, 2012 1:43 am
Try adding this:

.nspVmStore .PricesalesPrice {
float: none !important;
text-align: center;
}

in your override.css Make sure you enable override CSS in the template parameters. Clear your cache if necessary to see the results. Hope that helps.
User avatar
Junior Boarder

GK User
Fri Jul 13, 2012 8:06 pm
for some reason, i can't get the tax price to show up anymore... all the variables are correct. upgarde to 2.08c last evening.....

any idea ? :(
User avatar
Platinum Boarder


cron