Author Topic: Smaller Price box  (Read 3514 times)

Offline homeydclown

  • Newbie
  • *
  • Posts: 21
  • Karma: +4/-0
    • View Profile
Smaller Price box
« on: May 20, 2015, 07:27:44 PM »
I need to make the price box smaller, it is just too long and there is too much wasted space.  What line in the code can I change the length of this box?  Thank you for the help, I really appreciate it.


Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5798
  • Karma: +274/-2
    • View Profile
Re: Smaller Price box
« Reply #1 on: May 21, 2015, 02:08:04 AM »
/storefront/view/default/stylesheet/style.css line 1446
add
Code: [Select]
max-width: 250px;
to the css rule
Code: [Select]
.productpageprice { }

 

Powered by SMFPacks Social Login Mod