-
AuthorPosts
-
lebellegardien Friend
lebellegardien
- Join date:
- October 2011
- Posts:
- 147
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 3
May 30, 2012 at 1:28 am #177675hello,
how can i place another logo picture on the right of the logo between logo and menu
I tried to modify int template.css the width and the picture :
#logo h1 a {
color: #fff
padding-left: 0px;
width: 60px;
height: 60px;
line-height: 60px;
background: url(../images/logo.png) no-repeat center center;
display: block;
font-size: 0px;
text-indent: -9999em;
}but then it’s all my picture that turn around. Maybe a html module but i don’t know to place it at the good place.
thanks
jhicks Friendjhicks
- Join date:
- March 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 29
- Thanked:
- 12 times in 1 posts
May 30, 2012 at 10:52 am #455437Yeah, that’s exactly the question I have as well.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 30, 2012 at 4:06 pm #455461Perhaps THIS TUTORIAL may assist you with what you’re wanting to achieve.
😎
1 user says Thank You to TomC for this useful post
lebellegardien Friendlebellegardien
- Join date:
- October 2011
- Posts:
- 147
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 3
May 30, 2012 at 6:51 pm #455471thank you that’s what I needed 😉
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 30, 2012 at 6:52 pm #455472<em>@lebellegardien 322854 wrote:</em><blockquote>thank you that’s what I needed ;)</blockquote>
Glad to be of assistance.jhicks Friendjhicks
- Join date:
- March 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 29
- Thanked:
- 12 times in 1 posts
June 1, 2012 at 12:17 pm #455625OK, I’m trying this but since this template doesn’t use T3 I’m having some issues finding where to add a module. I actually have both logos showing up but the one is showing up below the h1 logo.
Thanks Tom,
JeffSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 5, 2012 at 4:01 am #455993<em>@jhicks 323058 wrote:</em><blockquote>OK, I’m trying this but since this template doesn’t use T3 I’m having some issues finding where to add a module. I actually have both logos showing up but the one is showing up below the h1 logo.
Thanks Tom,
Jeff</blockquote>Hi jhicks,
This is not a t3 template so you can add a new module right into the file templates/ja_lens/index.php as any other normal joomla templates, if you can add a new logo below the existence one so I think there are no problem if you want to remove it, let me know if you still need help !
1 user says Thank You to Sherlock for this useful post
jhicks Friendjhicks
- Join date:
- March 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 29
- Thanked:
- 12 times in 1 posts
June 5, 2012 at 1:44 pm #456087Thanks Sherlock!
I just copied the h1 logo and renamed it and it shows up under the h1. how do I get it to go beside instead of underneath?
<!– LOGO –>
<div id=”logo”>
<h1>
<a href=”<?php JURI::base(true) ?>” title=”<?php echo JText::_(‘JA_DESC’); ?>”><span><?php echo JText::_(‘JA_NAME’); ?></span></a>
</h1>
<h2>
<a href=”<?php JURI::base(true) ?>” title=”<?php echo JText::_(‘JA_DESC’); ?>”><span><?php echo JText::_(‘JA_NAME’); ?></span></a>
</h2>
</div>
<!– //LOGO –>thanks again,
Jeff -
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by jhicks 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum