Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Lifestyle 2 logo and background

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Would I use the custom.css to control the height of the main menu navigation?

I would also like to affect the opacity of the main menu navigation bar.

Thank you!
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi There,

I've moved this to a new thread

Can you post a link for your site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
sceneshop.org

I just also replied to another thread :-)

Thanks!
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Opacity would be

#navwrap {
background: rgba(51,51,51, 0.5);
}

with the alpha value coming last with it ranging between 0 and 1
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
With the height

You need to change these values as required

#navwrap {height: 70px;}
height: 60px; {min-height: 70px;}
.navbar-nav > li a, .navbar-nav > li span {line-height: 54px;}

These are the current styles

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: timp
I can't seem to make the background smaller than 70 px:

sceneshop.org displays the results of these values:

#navwrap {height: 30px;}
height: 10px; {min-height: 10px;}
.navbar-nav > li a, .navbar-nav > li span {line-height: 30px;}
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Whereabouts have you added that css code as I can't see it in the custom.css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I pulled it out doing some experimentation, I've put it back now :-).

Thanks
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
ah a large typo from me

.navbar {min-height: 70px;}

instead of

height: 60px; {min-height: 70px;}

You need to change the 70px min-height value as required

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
That worked! Thank you! One new wrinkle is revealed however-- when the grid breaks to the smallest size, the menu expands to the original height. Perhaps there is another bit of code I need to influence.
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Smallest size being mobile?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Problem was on my end, I've fixed it :-)

Thanks you for all your help!
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers