adjusting logo space

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Mar 12, 2014 7:18 am
Reply with quote
Report this post
hi guys

i have increased the logo space to 90px as my logo is square... its ok , bu when the menu sticks to the top of the page when you scroll - the top of the site mucks around with the logo and layout "breaking" the appearance... have attached a screenshot.

any fix? have checked in firefox and chrome - happens in both browsers - havnt got others to check.
User avatar
Platinum Boarder

GK User
Wed Mar 12, 2014 7:29 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Wed Mar 12, 2014 2:05 pm
Reply with quote
Report this post
Cyberek wrote:Could You please post an url to your site?


It's www.guidetogay.com (like the logo - lol) but i have had to swap back to TWNII template for now as the site looks terrible without this fix. (Template is still installed on backend)
User avatar
Platinum Boarder

GK User
Thu Mar 13, 2014 8:15 pm
Reply with quote
Report this post
Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Sun Mar 16, 2014 5:06 pm
Reply with quote
Report this post
Cyberek wrote:Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread


thanks - have sent you a PM with all the details.
User avatar
Platinum Boarder

GK User
Mon Mar 17, 2014 8:15 am
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkFixedMenu {
top: -100px;
}

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

GK User
Mon Mar 17, 2014 8:31 am
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkFixedMenu {
top: -100px;
}

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



thanks! do you know if i can put a background image behind the logo in the top block?
User avatar
Platinum Boarder

GK User
Mon Mar 17, 2014 8:44 am
Reply with quote
Report this post
You have 2 "top blocks" there - one that can be seen when page is scrolled to top, second one when you scroll a little bit down and you see it as a "sticky menu".
User avatar
Moderator

GK User
Mon Mar 17, 2014 8:52 am
Reply with quote
Report this post
Cyberek wrote:You have 2 "top blocks" there - one that can be seen when page is scrolled to top, second one when you scroll a little bit down and you see it as a "sticky menu".


yeah, was hoping to pop a nice background in the scroll to top position (not in the sticky menu) - just to give it a bit more branding/style than white space :) do you know where i can pop the bg graphic?
User avatar
Platinum Boarder

GK User
Mon Mar 17, 2014 9:11 am
Reply with quote
Report this post
I have the very same problem.
User avatar
Senior Boarder

GK User
Mon Mar 17, 2014 2:06 pm
Reply with quote
Report this post
pixelitodesign wrote:I have the very same problem.


hi pixel!
thought this might help you - as i found out the way to do it.

in your template.css file find your body area, and put this in :)

Code: Select all
html { -webkit-font-smoothing: subpixel-antialiased; }
body {
   background: transparent url('../images/style1/bglogo.jpg') no-repeat left top;
   color: #555;
   font-size: 14px;
   font-weight: 300;
   line-height: 1.6;
   margin: 0;
   min-height: 100%;
   padding: 0;
   word-wrap: break-word;


making the img src file whatever yours is :)

hope that helps!
User avatar
Platinum Boarder

GK User
Mon Mar 17, 2014 2:08 pm
Reply with quote
Report this post
Thanks I will try that
User avatar
Senior Boarder

GK User
Tue Mar 18, 2014 8:57 am
Reply with quote
Report this post
Never edit template core files... If you will decide to update in future all your changes will be override.
Instead use override.css and paste there fragment of css declaration you would like to change:
Code: Select all
body {
   background: transparent url('../images/style1/bglogo.jpg') no-repeat left top;
}


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


cron