Copyright position to show a footer menu

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 Oct 09, 2014 9:46 am
Reply with quote
Report this post
Hi,

Is some option to show a footer menu before the copyright text?

The bottom position is to big to show just three items.

Thank you in advance
User avatar
Expert Boarder

GK User
Thu Oct 09, 2014 9:56 am
Reply with quote
Report this post
Hi,
one of options, publish you "small" menu on "lang" module position. Maybe it will request small CSS change to be horizontal.
User avatar
Platinum Boarder

GK User
Thu Oct 09, 2014 10:48 am
Reply with quote
Report this post
Please could you help me with the CSS to show the menu horizontal?
User avatar
Expert Boarder

GK User
Thu Oct 09, 2014 11:24 am
Reply with quote
Report this post
Sure, no problem, but help me adding here URL or via PM.
User avatar
Platinum Boarder

GK User
Fri Oct 10, 2014 3:20 am
Reply with quote
Report this post
Hi Oscar,

I already sent you the URL vi PM. Thank you again!
User avatar
Expert Boarder

GK User
Fri Oct 10, 2014 9:32 am
Reply with quote
Report this post
First step:
Code: Select all
 
#gkBottom5 .box.gkmod-4  {margin-bottom: 0;padding-bottom: 0;}
#gkBottom5 ul li {padding:0;}
#gkBottom5 div.content {margin-top: 0;}

#gkFooter > div {padding: 10px 0 0;}
#gkCopyrights {
    float: none;
    margin: 0;
    text-align: center;
}

User avatar
Platinum Boarder

GK User
Fri Oct 10, 2014 9:41 am
Reply with quote
Report this post
Try also this:
Code: Select all
#gkMainbody {margin-bottom: 0; }
User avatar
Platinum Boarder

GK User
Fri Oct 10, 2014 2:10 pm
Reply with quote
Report this post
Hi Oscar,

I already use the code overriding the template but is not horizontal yet. You can see it working in our frontpage. Please could you help me to check how to fix it?

Thank you!
User avatar
Expert Boarder

GK User
Fri Oct 10, 2014 8:48 pm
Reply with quote
Report this post
But those 4 bottom menu links were next each other horizontal on Firefox.
Now when you added password - offline mode I can not check.
User avatar
Platinum Boarder

GK User
Fri Oct 24, 2014 12:46 pm
Reply with quote
Report this post
Hi Oscar,

Sorry about it, now is online again.

Thank you!
User avatar
Expert Boarder

GK User
Sat Oct 25, 2014 9:15 am
Reply with quote
Report this post
No problem,
so please use :

Code: Select all
#gkBottom5 ul li {
    float: left;
    padding: 0 25px 0 0;
}

#gkBottom5 .box.gkmod-1 {
    margin-bottom: 0;
}
User avatar
Platinum Boarder

GK User
Sun Oct 26, 2014 8:48 am
Reply with quote
Report this post
It's working perfect! Thank you
User avatar
Expert Boarder

GK User
Mon Oct 27, 2014 9:59 pm
Reply with quote
Report this post
Do not forget to add to this menu all typical links according to law like : Cookie policy, Privacy Policy or Sitemap
User avatar
Platinum Boarder

GK User
Thu Oct 30, 2014 4:07 pm
Reply with quote
Report this post
Good suggestion, now is complete.

Thank you!
User avatar
Expert Boarder


cron