Menu modifications CSS and Google Fonts

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 Nov 07, 2013 8:05 pm
Reply with quote
Report this post
Hi!!!

I am wanting to make the menu aligned in the middle of the page but can't find any where in the CSS to do this... does anyone have any ideas?

Also I would like the font in the menu to be a google font how do go about doing that?

Any help appreciated! Thanks.
User avatar
Senior Boarder

GK User
Thu Nov 07, 2013 9:16 pm
Reply with quote
Report this post
Hi.
Also I would like the font in the menu to be a google font how do go about doing that?


You have to use:
1) Firebug to check which class you have to use.... but sure I can help you

Code: Select all
 .gkMenu > ul > li > a


2) In template configuration --> Font tab

Please read:
1) http://www.gavick.com/documentation/joo ... ork-fonts/
2) http://www.gavick.com/documentation/joo ... gle-fonts/
User avatar
Platinum Boarder

GK User
Thu Nov 07, 2013 9:25 pm
Reply with quote
Report this post
I am wanting to make the menu aligned in the middle of the page but can't find any where in the CSS to do this... does anyone have any ideas?


Sure, it won't be available by default because near we published/placed search module position and align to left.

But there is solution - please use this simple css code:

Code: Select all
 #gkSearch {display:none;}

#gkMainMenu
{ margin: 30px 0 0; clear: none; float: none; }


Custom CSS code - how to use in GK template: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Fri Nov 08, 2013 1:27 pm
Reply with quote
Report this post
Thanks os much for the quick reply... I wanting to put a background image behind the menu... my CSS is as follows

Code: Select all
#gkMainMenu {
   clear: none;
   float: none;
   margin: 80px 0 0 0;
   padding: 0;
   background: transparent url('menu.png') no-repeat 50% 120%;
}


But the image is not showing.
User avatar
Senior Boarder

GK User
Fri Nov 08, 2013 11:47 pm
Reply with quote
Report this post
https://static.gavick.com/menu.png


:evil: because we're using HTTPS - so you can not "steal" our images and browser gets "403 Forbidden" :mrgreen:
00-error403.png


Please use different image source URL and it should work as you expect :D .
Have a nice try.
User avatar
Platinum Boarder

GK User
Sun Nov 10, 2013 3:10 pm
Reply with quote
Report this post
Thanks so much... I still can't get it to work though... I kinda got it centered using 10% margin... but its not ideal...

Live site is at www.poshparty.co.za

Would also like the logo centred - if possible. Otherwise the site is good to go!
User avatar
Senior Boarder

GK User
Sun Nov 10, 2013 10:07 pm
Reply with quote
Report this post
I have to say "WOW" - what a nice looking website.

Very Quick Solution - not perfect but works.

Code: Select all
#gkLogo { margin: 0 0 0 45%; }
User avatar
Platinum Boarder

GK User
Sun Nov 10, 2013 10:13 pm
Reply with quote
Report this post
p.s.
The problem is not how to center logo - this is quite easy, but what to do with social icons on right :whistle:

Code: Select all
#gkHeaderNav h2 { float: none; }

#gkLogo { margin: 0 auto; }
User avatar
Platinum Boarder

GK User
Sat Nov 16, 2013 2:23 pm
Reply with quote
Report this post
Hello! I am glad you like the site - Thank you!!!

Also thanks for all the help.

How can I make the site non-responsive?
User avatar
Senior Boarder

GK User
Sat Nov 16, 2013 4:12 pm
Reply with quote
Report this post
How can I make the site non-responsive?


In most cases, use this simple tip: template configuration ---> Layout (tab) --> Responsive Layout [disabled] + Save & Close
User avatar
Platinum Boarder

GK User
Thu Feb 13, 2014 9:10 am
Reply with quote
Report this post
Me again!!! I am battling to get the images to float to the left of the text in the category list view... I have done it on other sites but this one doesn't seem to play ball...

Any ideas?

http://poshparty.co.za/index.php/shop/washi-tape
User avatar
Senior Boarder

GK User
Sat Feb 15, 2014 10:22 pm
Reply with quote
Report this post
Next time, add new post not in old one. We don't check old threads so often,
We don't like mess, thanks :)
--------------------------------
This may help:
Code: Select all
.itemList .itemImageBlock {
    float: left;
    width: 205px;
}

.itemList header {
    width: 340px !important;
}
User avatar
Platinum Boarder

GK User
Sun Feb 16, 2014 3:58 pm
Reply with quote
Report this post
Sorry!!! I will start a new post.
User avatar
Senior Boarder

GK User
Sun Feb 16, 2014 4:01 pm
Reply with quote
Report this post
User avatar
Senior Boarder


cron