Make logo in the center of tempate

Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Thu May 22, 2014 3:20 pm
Reply with quote
Report this post
Hello,

how to make that logo showing in the center of template?

Image

Delete "leaderboard" baner and put in that space only logo.

Thanks!
User avatar
Junior Boarder

GK User
Thu May 22, 2014 7:41 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu May 22, 2014 10:18 pm
Reply with quote
Report this post
Cyberek wrote:Could you please post an url to your site?


Here it is http://goo.gl/TNrPfF
User avatar
Junior Boarder

GK User
Mon May 26, 2014 9:55 am
Reply with quote
Report this post
Any ideas?
User avatar
Junior Boarder

GK User
Tue May 27, 2014 5:35 pm
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkLogo, #gkLogoSmall {
float: none;
margin-left: auto;
margin-right: auto;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed May 28, 2014 3:23 pm
Reply with quote
Report this post
It work, thanks, but menu logo going to the center too. How to make it on the left of menu?
User avatar
Junior Boarder

GK User
Wed May 28, 2014 3:28 pm
Reply with quote
Report this post
Or just turn off.
User avatar
Junior Boarder

GK User
Thu May 29, 2014 2:49 pm
Reply with quote
Report this post
Could you create a screenshot? I see only logo centered and menu aligned to the left.
User avatar
Moderator

GK User
Thu May 29, 2014 3:41 pm
Reply with quote
Report this post
Cyberek wrote:Could you create a screenshot? I see only logo centered and menu aligned to the left.


Image

How to make it before menu when scroll down page?

Here example http://goo.gl/ZW4tau when scroll down page, logo centered, but don't went to the left of menu.
User avatar
Junior Boarder

GK User
Thu May 29, 2014 4:49 pm
Reply with quote
Report this post
Code: Select all
#gkTopBar #gkLogo, #gkTopBar #gkLogoSmall {
float: none;
margin-left: auto;
margin-right: auto;
}

This should do the trick.
User avatar
Moderator

GK User
Tue Jun 03, 2014 7:59 pm
Reply with quote
Report this post
I need your help again. I want to change background color. I make it, but color on the right and left side of menu dosn't changed. Details here http://roadcafe.co.ua/beta/teksty/item/2-violonchel just scroll down page. Secondly, I want to change menu and make it like this one:
menu.PNG
it's from here http://www.theverge.com/ but coldn't find menu options in css files.
Thanks!
User avatar
Junior Boarder

GK User
Thu Jun 05, 2014 7:38 pm
Reply with quote
Report this post
1. Please edit override.css and add at its end:
Code: Select all
#gkFixedMenu {background: #F8F8F8;}


2. This is custom modification request and we don't support that.
User avatar
Moderator


cron