log - top menu - search position

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 May 21, 2013 4:36 pm
Reply with quote
Report this post
Which file can i use to edit the height of this (these) positions?
Thanks in advance..
User avatar
Junior Boarder

GK User
Tue May 21, 2013 5:03 pm
Reply with quote
Report this post
Hi,
start from upload logo with smaller height (templates/gk_rockwall/images/logo.png)

then
Code: Select all
#gkLogo.cssLogo {height:___px;}


___ - insert here real height of your new logo , less then 98px.

Overwrite using template settings (easy)
User avatar
Platinum Boarder

GK User
Tue May 21, 2013 5:05 pm
Reply with quote
Report this post
p.s.

to change top margin of :
TOP MENU use this
Code: Select all
#gkTopMenu  {margin-top:10px; }


SEARCH MODULE
Code: Select all
#gkSearch .mod-search-searchword {margin-top:10px;  }


...of course 10px is only example.

... all those IDs you can find here: templates/gk_rockwall/css/template.css
User avatar
Platinum Boarder

GK User
Tue May 21, 2013 8:59 pm
Reply with quote
Report this post
Do I need to add this to each of the classes or only the positions enabled?
Also is it possible to place the main menu titles closer to the base of the menu rather than in the middle ( heightwise).
User avatar
Junior Boarder

GK User
Tue May 21, 2013 9:09 pm
Reply with quote
Report this post
Height of this bock is made by logo & top-margins of those elements which I've present you.

Also is it possible to place the main menu titles closer to the base of the menu rather than in the middle ( heightwise).


yes, but I need a screenshot with arrows what precisely do you need. Just create a simple wireframe based on template screenshot, I hope you have GIMP or Photoshop.
User avatar
Platinum Boarder

GK User
Tue May 21, 2013 9:19 pm
Reply with quote
Report this post
Ok , ive added the logo to the mainmenu container... the logo height is 66px as is the new menu height... I want the menu links closer to the base of the menu..
User avatar
Junior Boarder

GK User
Tue May 21, 2013 10:24 pm
Reply with quote
Report this post
ok, so increase value of top margin, if you had 10px from my example give 25px or more.

Code: Select all
#gkTopMenu  {margin-top:25px; }
User avatar
Platinum Boarder


cron