How to change header II text message position?

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 Jul 31, 2014 5:11 pm
Reply with quote
Report this post
Hi,

I would like to know how to change the text message position of the header II. I would like to have it a bit lower.

thank in advance
User avatar
Expert Boarder

teitbite
Fri Aug 01, 2014 9:08 am
Reply with quote
Report this post
Hi

You need to manipulate with the padding in this class:

Code: Select all
.custom.gk-header2 {
    padding: 300px 120px;
}


Add it to override.css and make sure override is enabled in template settings.
User avatar
Moderator

GK User
Fri Aug 01, 2014 10:35 am
Reply with quote
Report this post
Hi Teitbite,

Thank you for your quick reply. I'd tried to change the text message position in the header II module with the provided codes but what the codes does is change the hole Module dimensions.
On the original template design, the text message is right in the center of the header but what I actually need is to have the text message a bit lower on header II module because it covers the picture and the letters of the message has not a good contrast with the picture.

Here is the site on mention : www.il-coridore.com

Thnx
User avatar
Expert Boarder

teitbite
Sat Aug 02, 2014 3:28 pm
Reply with quote
Report this post
Hi

Please tell me the correct url. The one given is leading to "No server" page. I need to see it directly on Your site to tell the right values for padding.
User avatar
Moderator

GK User
Mon Aug 04, 2014 9:20 am
Reply with quote
Report this post
HI Teitbite,

Here the good link: www.il-corridore.com
User avatar
Expert Boarder

teitbite
Tue Aug 05, 2014 10:20 am
Reply with quote
Report this post
Hi

This code will fit best I think:

Code: Select all
.custom.gk-header2 {
    padding: 550px 120px 50px;
}
User avatar
Moderator

GK User
Tue Aug 05, 2014 10:26 am
Reply with quote
Report this post
Yeeeeeessss....!!!

Thank you Teitbite....you guys rock...!

See you arround.
User avatar
Expert Boarder


cron