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 Gets Pushed out of the logo position when I add an image

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

Dear Paul, Hope you are not sick of me yet…
Just one more thing…. I have been trying to get the logo for the page up on the same level vertically as the menu on this page.
It keeps getting pushed down into the dark stripe at lease when I put a picture (a ship) in there. How would I make the logo
get bumped up out of the dark stripe and on the same level vertically as the menu?
oasiswebdevelopment.com/Hudson/
thanks Elizabeth
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Elizabeth,

Adding

#logo {
margin-top: 0;
}
#logo {
margin-top: 0;
}

will override the template css that is listed
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
With it being a table with the image and the text logo you would need to look at using

td {vertical-align: top;}

But using a table for presentation is a bit problematic

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

@media screen and (min-width: 787px) {
#toparea {height: 140px;}
}

and use this to adjust the toparea height

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks paulus I had to force it with a table because The h2 element kept going to the next line

what I tried:
{zen-3}picture goes here{/zen-3}
{zen-9}<h2><a href="zenbamboo.local:5757/dev/corporate/">HUDSON ADVISORS</a></h2>{/zen-9}
{/zen-row}
didn’t work

and

<div style=“width: 280; float: left; margin-right: 7px;”>picture goes here</div>
<div style=“width: 500; float: left; ”><h2><a href="zenbamboo.local:5757/dev/corporate/">HUDSON ADVISORS</a></h2></div>
didn’t work either..

what coding would you have tried? Thank you so much for all your help I really appreciate it.
I would be happy to write a positive review for your site or social media at any time.

Elizabeth
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Elizabeth,

Just checking but the first code snippet is missing the opening zen-row tag

Did you include this in the site?

Thanks for the offer of the testimonial - we are looking at updating the JB site next year so I might get back to you on this if that is ok?

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

It is still not working.. (logo still gets pushed down out of its position)


Is this the correct syntax?

#logo {
margin-top: 0;
padding-top: 0;
}

@media screen and (min-width: 769px) {
#toparea {height: 140px;
}
}


oasiswebdevelopment.com/Hudson/index.php
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
sorry typo from me there

#logo img {
margin-top: 0px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
@media screen and (min-width: 769px) {
#toparea {height: 140px;}
}

This is the current value so to make this taller you would need to increase the value
  • 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