Write on footer add html
Rate this topic: 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
How can I do that?
Thanks
-
- 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.
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.
-
- 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
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
-
- 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):
It should help a little bit
....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
-
- 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)
Jmmm what about the Main Menu at top? I'm trying to change the height but it just resize like a first layer (background)
-
- 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:
Default value was 78px !
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 !
-
- 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
That with some other little changes worked perfect!!
Thank you
-
- Junior Boarder
- GK User
- Thu Mar 13, 2014 11:27 pm
- Reply with quote
- Report this post
Mission accomplished - now I can go sleep.
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/
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/
-
- 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; }
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; }
-
- 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
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
-
- 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.
read about it.
-
- Platinum Boarder
11 posts
• Page 1 of 1