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.

Logo resizing

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

Hi....need some help

I am trying to use a larger logo in Nebula. I saw in other posts how to lower the main menu, which I believe is done correctly using custom.css

I cannot figure out how to get the logo to go wider. I would like to have the logo about 40%.

If I change the span4 to make logo wider it also makes sidebar-2 wider

website: www.ModernSpiritualLiving.com
  • rtringo's Avatar
  • rtringo
  • 12 Month basic
  • 101 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

With the spans - I notice you have 1 span available given the logo is 4 and the menu 7

\templates\nebula\tpls\blocks\nav.php

Have you already changed these values as the menu default is 8 spans?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
To clarify you could add one span to the logo so its span5 and remove the custom css will give you a bigger logo and the logo and menu on one line

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
At this point I am pretty lost with all this. I could figure this out with previous templates but this T3 stuff is leaving me in the dust.

Not sure how I changed the menu from 8 to 7. However, how/where do I change the logo to span 5? That will probably be fine.

When I am in Styles/Template Manager and open the layout tab, I see the megamenu set at 7, but do not see any way to change the logo to 5
  • rtringo's Avatar
  • rtringo
  • 12 Month basic
  • 101 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You need to open the nav.php file

\templates\nebula\tpls\blocks\nav.php

and change <div class="span4"> to span5

<div class="span5">

I'm assuming you have

else {
$navwidth = "7";
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'd take a copy of the file prior to any changes

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks, made the change fine.
  • rtringo's Avatar
  • rtringo
  • 12 Month basic
  • 101 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

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