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.

navigation bar height

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

Hi Paul and Gang,

I would like your suggestion, if possible, on the matter of the navigation bar height. I have attached a pic of the issue. My client would like to enlarge their log on the website. I have looked at the docs for T3 module re-sizing and it appears that setting this up manually is not advised to keep the responsiveness from having issues.

As you can see by the image I attached, I would like to have the navigation bar be the height of the image (107px) or there abouts....advice/advise please?


navbar.png
  • Daryl Goodrich's Avatar
  • Daryl Goodrich
  • 6 Month Developer
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
Have you tried adding padding above the logo/menu?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Should I place that in the custom.css?
  • Daryl Goodrich's Avatar
  • Daryl Goodrich
  • 6 Month Developer
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
Yes but that they aren't specific divs - I'd need to see the site to be specific
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Is there a way to send you the inner login privately?

/*removed*/
  • Daryl Goodrich's Avatar
  • Daryl Goodrich
  • 6 Month Developer
  • 41 posts
  • Karma: 0
Last Edit: 9 years 5 months ago by manh.
The administrator has disabled public write access.
only via a ticket I'm afraid
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
for the css I'd try something along the lines of

#navwrap .level0 li { padding-top: 30px; }
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
hmm not sure that is the right style as it will affect descendent elements

You will need an attribute selector - just a sec
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
try instead

#navwrap .level0 li[data-level="1"] { padding-top: 30px; }
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Custom.css I presume?
  • Daryl Goodrich's Avatar
  • Daryl Goodrich
  • 6 Month Developer
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
yep always
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Like a charm!! Thanks Paul...have I told you lately that Firefox is turning out to be the worst browser ever?

Thanks again! ;)
  • Daryl Goodrich's Avatar
  • Daryl Goodrich
  • 6 Month Developer
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

Yeah it is a bit iffy we all use Chrome as browser of choice but even Chrome has developed some bugs recently

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: Daryl Goodrich
Yea, it has been giving me issues everywhere as of late. Funny thing is, I haven't changed anything with it, have disabled most plugins/add-ons...it just downright sucks as of late and instead I have gradually been doing most of my browsing, work and personal in Chrome!

I know, no need to say it again, BUT I am going to anyways...

Thanks for everything...you guys are the best!! B)
  • Daryl Goodrich's Avatar
  • Daryl Goodrich
  • 6 Month Developer
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks :)

I always joke that the memory leak I have on firefox is more of a flood :)

Good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
oh and I think you want the domain removing
So I've removed the url for you from this thread

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: Daryl Goodrich

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

Happy Campers