Shopping Cart Operations > Tips and Tricks

tiny alignment of pricetags

(1/1)

junkyard:
We thought to align pricing on our price tags the other day, and came up with this:
there's a section in a file  storefront/view/default_html5/stylesheet/style.css

.thumbnail .price {
        float: right;
        margin-right: 19px;
        text-align: right;

Changing both instances of the 'right' to a 'center' made it look as attached.
It might help someone who gets "uneasy" on that like us :)
( note that style.css will be overwritten with a default one on next upgrades,  so you have to keep tracks on the changes you make unless you build your own html5 template per abantecart's how-to  http://forum.abantecart.com/index.php/topic,1340.new/topicseen.html  )

abantecart:
Thank you for this suggestion.

I have make a fix for 1.1.8 that is slightly different
See this commit log:

https://github.com/abantecart/abantecart-src/commit/6bf183c9559a9ea94e9bdddff393369bd7a17b90

junkyard:
wow!  thanks

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod