Header Titles

GK User
Sun Nov 30, 2014 2:57 am
Hello

how do I move up or down the titles in the module?

example below

<h1 data-scroll-reveal="enter top over .5s after 0s">The Best Steak House is Here</h1>

<h2 data-scroll-reveal="enter bottom over .5s after .15s">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean semper orci semper tempus.</h2>

<a href="#restaurant" class="btn" data-scroll-reveal="enter bottom over .5s after .25s">Discover our restaurant</a>

Thanks
User avatar
Senior Boarder

GK User
Sun Nov 30, 2014 9:10 am
Hi,
as always using:
Code: Select all
 style=" "

For example default code for H1 is:
Code: Select all
#gkHeaderMod h1 {
    padding-top: 30px;
}

It means in your example:
Code: Select all
<h1 data-scroll-reveal="enter top over .5s after 0s" style="padding-top: __px;">The Best Steak House is Here</h1>

where __ - if your value.
Just add padding or margins to : h2 or a.
User avatar
Platinum Boarder

GK User
Sun Nov 30, 2014 1:46 pm
Hello

I use

#gkHeaderMod 1 {
padding-top: 10px;
}
#gkHeaderMod 2 {
padding-top: 30px;
}
#gkHeaderMod a {
padding-top: 100px;
}

but the last (#gkHeaderMod a {padding-top: 100px;}) makes the first 2 also come down

iI tried to direct the code but the box(Discover our restaurant) did not come down, just came down the text

Thanks
User avatar
Senior Boarder

GK User
Wed Dec 03, 2014 7:43 pm
Some help please

thanks
User avatar
Senior Boarder

GK User
Fri Dec 05, 2014 1:55 pm
how can I help, if you didn't add url.
User avatar
Platinum Boarder


cron