A new button in Header

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 Aug 29, 2013 1:13 pm
Reply with quote
Report this post
Hi, I want to put a button with a link in header, but I can't get align.
I use this code in header module:
Code: Select all
<h1>30 días gratis. ¡Instalado en Instantes!</h1>
<h2>Servidores de calidad para negocios serios.</h2>
<p><a class="button" href="http://www.jandabt.com/whmcs/register.php"><span style="color: #fff;">Clic aqui para registrarse</span></a>
</p>
<h2>O compre su dominio y cree su sitio Web:</h2>


I use too:
Code: Select all
<div class="gkbuttonarea"><a> href="http://www.jandabt.com/whmcs/register.php">Clic aqui para registrarse</a></div>


But also I can't get align in center and in diferente line with the last H2 title.

My site is jandabt.com

Thanks!
User avatar
Fresh Boarder

GK User
Sat Aug 31, 2013 12:24 pm
Reply with quote
Report this post
Hi,

Please try to apply for this button the following CSS properties:

Code: Select all
display: inline-block;
float: none;
User avatar
Administrator

GK User
Sun Sep 01, 2013 12:47 pm
Reply with quote
Report this post
Perfect! It's work for me. I defined a new class named botonheader and apply with button, and work OK
User avatar
Fresh Boarder


cron