How to create a custom button?

GK User
Thu May 29, 2014 3:02 pm
Are there any ways to use the Gavick framework to create a custom button?
User avatar
Gold Boarder

GK User
Thu May 29, 2014 5:43 pm
Hi,
Code: Select all
.custombutton {border:1px solid red; background:blue;color:yellow; height:30px; padding: 5px 15px; }

and add into override.css
and use
Code: Select all
  <button class="custombutton"> here </button>
User avatar
Platinum Boarder

GK User
Thu Jul 24, 2014 9:27 am
I have a problem with this code as my button keeps being aligned left ... although I try to specify it centered. Any ideas on how to solve this?
User avatar
Gold Boarder


cron