Write on footer add html

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 Mar 13, 2014 7:18 pm
Reply with quote
Report this post
Hi I would like to write in the footer in the opposite side of the "Copyrights" some text as the address and the contact number.

How can I do that?

Thanks
User avatar
Junior Boarder

GK User
Thu Mar 13, 2014 7:30 pm
Reply with quote
Report this post
Hi,
copyright note line can be very long - so I don't see problem with adding after some extra info.
You can also use there html tags like <a href or <br> or <div with float etc...
I hope that you know basic of HTML and CSS - so no problem.
User avatar
Platinum Boarder

GK User
Thu Mar 13, 2014 8:19 pm
Reply with quote
Report this post
Thank Pawel kind of worked!!

There is any way to change de size that bar is kind of too big.... i would like to do the same for the main menu

Kind regards
User avatar
Junior Boarder

GK User
Thu Mar 13, 2014 9:54 pm
Reply with quote
Report this post
Too big in width or in height value ?

....Try this CSS code (override):
Code: Select all
#gkFooter { background:  #222222;}
#gkFooter > div {
    font-size: 14px;
    padding: 20px 0 5px;
}


It should help a little bit :mrgreen:
User avatar
Platinum Boarder

GK User
Thu Mar 13, 2014 10:02 pm
Reply with quote
Report this post
Nice it was the height already changed it.

Jmmm what about the Main Menu at top? I'm trying to change the height but it just resize like a first layer (background)
User avatar
Junior Boarder

GK User
Thu Mar 13, 2014 10:17 pm
Reply with quote
Report this post
Use firebug addon for firefox - to check which class you have to reduce.
As you see is not so easy:
Code: Select all
#gkMenuWrap {    min-height: 60px; }
#gkHeaderNav {min-height: 60px; }
#gkMainMenu .gkMenu {height: 60px;}
#gkHeader.gkNoMenu { padding-top: 60px; }



Default value was 78px ! :whistle:
User avatar
Platinum Boarder

GK User
Thu Mar 13, 2014 10:52 pm
Reply with quote
Report this post
really appreciate the fast reply

That with some other little changes worked perfect!!

Thank you
User avatar
Junior Boarder

GK User
Thu Mar 13, 2014 11:27 pm
Reply with quote
Report this post
Mission accomplished - now I can go sleep. :silly:

p.s.
We have many useful guides on our documentation section - use:
http://www.gavick.com/documentation
or sitemap:
http://www.gavick.com/documentation/site-map/
User avatar
Platinum Boarder

GK User
Tue Mar 18, 2014 6:17 pm
Reply with quote
Report this post
Hi again!!

I thought everything was perfect, but i found that in other browsers (google chrome, i'm using safari) the menu is different, it's not center and the sub menu has a line... any guess?

I change the override.css with
#gkMenuWrap { min-height: 60px; }
#gkHeaderNav {min-height: 60px; }
#gkMainMenu .gkMenu {height: 60px;}
#gkMainMenu .gkmenu.level0 {height: 60px;}
#gkMainMenu .gkMenu .first.active {height: 60px;}
#gkMainMenu .gkMenu .haschild.active .first.active {height: 45px;}
#gkMainMenu .gkMenu .haschild {height: 70px;}
#gkHeader .gkNoMenu { padding-top: 60px; }
User avatar
Junior Boarder

GK User
Tue Mar 18, 2014 6:22 pm
Reply with quote
Report this post
Just discovered that is an issue with the Screen Size.

Changing the lane: #gkMainMenu .gkMenu .haschild {height: 60px;} from 70px to 60px
it looks alright in a 15.4'' but in my 13'' it looks wrong
User avatar
Junior Boarder

GK User
Thu Mar 20, 2014 9:21 pm
Reply with quote
Report this post
sometimes you can use different css for different screen resolutions using @media only screen and (max-width: ___px)
read about it.
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.