Insert Footer logo in the bottom right, but how?

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
Tue Feb 11, 2014 8:26 pm
Reply with quote
Report this post
Hello friends,
can someone please help me?

I want to place my footer logo in the bottom right! (you please check the picture)


footer.jpg


Thanks in advance!

Regards :)
Sakari
User avatar
Expert Boarder

GK User
Tue Feb 11, 2014 8:32 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Tue Feb 11, 2014 8:43 pm
Reply with quote
Report this post
The same url I sent you earlier (private message)!
As with the post "How can I change the menu?"
User avatar
Expert Boarder

GK User
Tue Feb 11, 2014 9:00 pm
Reply with quote
Report this post
Currently it looks like! ("Lang" modules position)

footer2.jpg
User avatar
Expert Boarder

GK User
Thu Feb 13, 2014 5:27 pm
Reply with quote
Report this post
To be honest - I would just place Image source code inside copyright element in template settings.
Probably you don't need original Gavick copyright text, and placing logo there would help with one or more problems.
Just place:
Code: Select all
<img src="/images/footer-logo.png" alt="">

instead of copyright text.
User avatar
Moderator

GK User
Thu Feb 13, 2014 7:34 pm
Reply with quote
Report this post
But I get it not quite in the bottom right corner! (see Image)


f-logo.jpg
User avatar
Expert Boarder

GK User
Fri Feb 14, 2014 5:05 pm
Reply with quote
Report this post
The logo is exactly where is should be - it keeps inside middle column of the site, just scroll up and you will see where the content ends on the right side.
User avatar
Moderator

GK User
Sat Feb 15, 2014 8:04 pm
Reply with quote
Report this post
So for me it is not at the far right corner of the screen!
He remains in the table of the footer and at a resolution of 1920 px wide it is almost in the middle!
User avatar
Expert Boarder

GK User
Mon Feb 17, 2014 1:38 pm
Reply with quote
Report this post
Please see the attached screenshot - the logo is exactly where it should be - aligned to content column that can be drawen right from the top of the page:
screen1.jpg


Wisyally it should be exactly there, but if you still want to put it to the right, please add this code to override.css:
[code]
#gkFooter {
position: relative;
}

#gkCopyrights {
position: absolute;
bottom: 0px;
right: 0px;
height: 100px;
}


{/code]
User avatar
Moderator

GK User
Mon Feb 17, 2014 3:20 pm
Reply with quote
Report this post
Yes I wanted to have it! :)
One more question where can I determine the height of the footer?
I want the same height as the footer logo.

footer7.jpg
User avatar
Expert Boarder

GK User
Mon Feb 17, 2014 6:45 pm
Reply with quote
Report this post
Code: Select all
#gkFooterNav li, #gkFooter {line-height: 90px;}

Decrease the 90px value to your taste.
User avatar
Moderator

GK User
Thu Feb 20, 2014 7:27 am
Reply with quote
Report this post
Thank you, it worked! :)
User avatar
Expert Boarder


cron