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.

Reducing vertical space above logo in Responsive (updated) template

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

Hi. I'm using the Responsive (updated) template on a new site and want to reduce the vertical gap between the top of the browser page and top of the logo image. I've attached two images with annotations that show what I'm seeking to do.

Note 1 shows the gap. Note 2 shows that when module display positions (tp=1) are turned on, the "More" button in the panel1 position is displayed which looks suspiciously related to the vertical gap in question, and Note 3 requests advice on a horizontal line that appears above the logo but below the "More" button that only shows up with tp=1...

In my layout I have the default panel1 "More" module unpublished so if it is related, I'm not sure why the space is not collpasing. Or if it's even related at all...

Please advise on changes I can make to css code etc. to remedy this issue.

Also... if I do decide to use the panel1 "More" button, I would like to change the button graphic to something smaller and more compact... please advise as to location of source.

Really liking this template... the new framework is very cool. :)

Thanks
Mark

homepage_with_tp1.png


homepagedefault.png
  • Mark's Avatar
  • Mark
  • 12 Month Developer
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
Do you have a live link for the site?

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

Try adding the following to your custom.css file to remove the extra space

body #logowrap .zen-container {padding-top:0px;}

If that doesnt work a live link to the site would help us to help you.

Cheers
Rowan
  • rowanwins's Avatar
  • rowanwins
  • 12 Month basic
  • 189 posts
  • 17 Thanks
  • Karma: 7
The administrator has disabled public write access.
A live link?... that's a brilliant idea :lol:

dev.femvitale.com

Thanks for rapid response guys.
  • Mark's Avatar
  • Mark
  • 12 Month Developer
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
Hiya,

Thanks for the link, my suggested fix should work nicely.

Cheers
Rowan
  • rowanwins's Avatar
  • rowanwins
  • 12 Month basic
  • 189 posts
  • 17 Thanks
  • Karma: 7
The administrator has disabled public write access.
Hi

Doe the Rowan response not work for you?

body #logowrap .zen-container {padding:0px;}

body #logowrap h2 a {font-size: 1em;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
ah - sorry two reponses at once :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks guys... the suggested combo below worked quite nicely.

body #logowrap .zen-container {padding-top:0px;}
body #logowrap h2 a {font-size: 1em;}
  • Mark's Avatar
  • Mark
  • 12 Month Developer
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
thanks for the update

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.

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

Happy Campers