The button area on the left

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Nov 27, 2014 10:12 pm
Reply with quote
Report this post
Dear support!

How can I put the Button area on the left

Button area
The last custom HTML element from the frontpage uses the following structure:

<div class="gkButtonArea">
<h3>The 30 day free trial includes all features.<small>Your 30-day money back guarantee starts after your 30-day free trial.</small></h3>
<a href="#">Get Started</a>
</div>
Every link placed in the gkButtonArea element creates a big button floated to right.

See my website under construction :D :D :D
Want the button to the left not the right..
http://prosystems.se/toolbox3/
Thanks in advanced!
User avatar
Junior Boarder

teitbite
Sat Nov 29, 2014 9:42 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkButtonArea a {
float: left;
margn-left: 15px;
}
User avatar
Moderator


cron