Menu items spacing

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
Wed Jul 31, 2013 9:23 pm
Reply with quote
Report this post
I'm not really sure if that is the question that was answered in another template discussion but here goes: in the original template there is a distinctive space between menus that are root items like you can see on the attached picture (you can see what space I'm referring to). Well I only created one menu beside the home menu and it got right under the home menu. The thing is I don't really need that menu anyway but I would like to know what to do to put space between them since I need to add some menus in the future. They are both root items and both K2 category menu item types. I thought I had to modify a padding value in the css but why do other menus take space when I publish them again (those from the original template) ? the site in progress is http://www.jeromelecunff.com

thank you in advance
User avatar
Senior Boarder

teitbite
Thu Aug 01, 2013 1:37 am
Reply with quote
Report this post
Hi

Can You please point on the space You have in mind? I can see a space from every side of the menu so I'm not sure which one You want to reduce.
User avatar
Moderator

GK User
Fri Aug 02, 2013 9:38 am
Reply with quote
Report this post
What I want to do on the example of my site is to add space between "home" and "kategorije" of course in the case of the site in question it doesn't make any sense, it's just to understand why is there no space between to root item menus and when you look at he demo template there is space between different units of root menus.
User avatar
Senior Boarder

teitbite
Tue Aug 06, 2013 5:12 am
Reply with quote
Report this post
Hi

Not I understand :)

Space is visible under child elements. So since "Home" has none, than there is no space. You can use css to add it:

Code: Select all
.gkMenu > ul > li.first {
margin-bottom: 25px;
}
User avatar
Moderator

GK User
Tue Aug 06, 2013 9:27 pm
Reply with quote
Report this post
I tried adding the code to the menu.css and then to the style6.css but nothing changed. Did I do something wrong? I never used the override css since I didn't use it fromt he beginning.
User avatar
Senior Boarder

teitbite
Thu Aug 08, 2013 2:11 am
Reply with quote
Report this post
Hi

I can see it works just fine from style6.css file, You probably just need to clear browser cache to load changed css file.
User avatar
Moderator

GK User
Sat Aug 10, 2013 3:10 pm
Reply with quote
Report this post
Indeed, something was strange in my chrome, the cache didn't clear I guess. Tnx :)
User avatar
Senior Boarder

teitbite
Mon Aug 12, 2013 8:17 am
Reply with quote
Report this post
Hi

It happens all the time :) glad it's ok now.
User avatar
Moderator


cron