-
AuthorPosts
-
May 28, 2008 at 3:15 am #128988
I am trying to get the spacing in the main nav at the top to be less and I can’t figure out where it is at, and in which css file. Can someone help me so I can change the spacing so I can fit more menu items on the top?
Thanks,
Ryan
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 28, 2008 at 3:19 am #250809What menu type do you use ?
Please send link of your site !May 28, 2008 at 12:15 pm #250858I am using moo menu. You can see the site at http://www.arrowheadfeedandtrailer.com/index.php.
tempusserbia Friendtempusserbia
- Join date:
- January 2008
- Posts:
- 270
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 29
- Thanked:
- 32 times in 8 posts
May 28, 2008 at 8:05 pm #250940Look for: templates/ja_larix/ja_menus/ja_moomenu/ja.moomenu.css
open it and look for:
#ja-cssmenu li a (line 81)
{
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
display: block;
color: #c8c8c8;
background-color: transparent;
background-image: url(../../images/mainnav-sep.gif);
background-repeat: repeat-y;
background-attachment: scroll;
background-x-position: right;
background-y-position: bottom;
font-weight: bold;
font-size: 135%;
line-height: normal;
text-decoration: none;
text-transform: uppercase;
Only thing you have to do is to change value for padding to suit your needs.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 29, 2008 at 2:28 am #250978Open emplates/ja_larix/ja_menus/ja_moomenu/ja.moomenu.css file , find following code section at about line 81 :
#ja-cssmenu li a {
background:transparent url(../../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:10px 14px;
text-decoration:none;
text-transform:uppercase;
}
change into :
#ja-cssmenu li a {
background:transparent url(../../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:2px 14px;
text-decoration:none;
text-transform:uppercase;
}
May 31, 2008 at 1:19 am #251310<em>@hainn84 55792 wrote:</em><blockquote>Open emplates/ja_larix/ja_menus/ja_moomenu/ja.moomenu.css file , find following code section at about line 81 :
#ja-cssmenu li a {
background:transparent url(../../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:10px 14px;
text-decoration:none;
text-transform:uppercase;
}
change into :
#ja-cssmenu li a {
background:transparent url(../../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:2px 14px;
text-decoration:none;
text-transform:uppercase;
}
</blockquote>
Could you help this user with a problem?
http://www.joomlart.com/forums/topic/extra-module-in-header/ -
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by newone 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum