Author Topic: tiny alignment of pricetags  (Read 6391 times)

Offline junkyard

  • Full Member
  • ***
  • Posts: 127
  • Karma: +25/-0
    • View Profile
tiny alignment of pricetags
« on: November 23, 2013, 01:42:15 PM »
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  )

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: tiny alignment of pricetags
« Reply #1 on: November 23, 2013, 04:23:44 PM »
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
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline junkyard

  • Full Member
  • ***
  • Posts: 127
  • Karma: +25/-0
    • View Profile
Re: tiny alignment of pricetags
« Reply #2 on: November 24, 2013, 12:33:01 PM »
wow!  thanks

 

Powered by SMFPacks Social Login Mod