1 to 2 buttons on front page

Support desk for Multipurpose Quark Theme
GK User
Thu Feb 05, 2015 10:20 pm
Hello,

How would I create 2 buttons - like Gavick.com (wordpress & joomla):

Aligned horizontally with their own separate links.

Tnx
User avatar
Gold Boarder

GK User
Fri Feb 06, 2015 9:04 am
Hello,

Please duplicate the buttons like:

Code: Select all
<a href="#" class="dark btn-border" style="visibility: visible; ">Learn more</a>
<a href="#" class="dark btn-border" style="visibility: visible; ">Learn more</a>


in the Custom CSS code option under template settings->Advanced settings please add the following code:

Code: Select all
#gkHeaderMod .btn-border {
margin: 80px 5px 0 5px;
}


I will include the above CSS fix in the v.1.0.2 :)
User avatar
Administrator


cron