Avatar tim.garrett asked

Still having problems with logo movment in vannilla template

Hi
First off great new web site.

My issue was posted in last forum and answered by bob, but i m still unable to move my logo to a central position. here is the post... i have followed the code suggested but no joy.

unfortunately i still have the client breathing down my neck. do you have any other suggestions.
the code is as follows
<img src="images/stories/HH only.png" border="0" width="94" height="93" /><a class="logo icon correct-png" href="index.php" title="Home"></a>

more help would be great. website posted in the hidden information position

Thanks

Tim Garrett

  • Joomla
  • Image Sources
  • General Question
  • Vanilla

3 Answers

1

Avatar bob Support answered

I went in and modified the content of your logo module, it now reads: <div><a href="index.php" title="Home"><img class="correct-png" src="images/stories/HH only.png" border="0" alt="Logo" width="94" height="93" /></a></div>.

You had placed the anchor outside, it should go around the image.
I also added the suggested code to the custom.css to center the logo, you can tweak it as required.

Greetings,
Bob

Edited

0

Avatar mustaq Support Online answered

It does not look like you followed Bob's advice. Add the following to your templates custom.css file and clear all caches,

#logo {  

;
top: 20px;
}

YOOgards

0

Avatar tim.garrett answered

Guys thanks so much! I understand now once i seen the code formatted perfectly.

Hope you guys have a great Xmas and new year.

If your ever in New Zealand, look me up and ill grab ya some beers .

Cheers guys

Know someone who can answer? Share a link to this question via email or twitter.