-
AuthorPosts
-
January 25, 2011 at 6:01 pm #159303
I would like to firstly enlarge the block in whitvh the logo features as the block is way too small formy logo. When I do this in the CSS template file it does increase but pushes the logo down. I would to center it again so that it is larger and centered. Can anyone assist with the coding and location of these specs?!!! Please. The current logo wont word on this small block.
Thanks
Mich:-[
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 27, 2011 at 11:35 am #374062You can mainly adjust the width and height values here to set your logo right ::
h1.logo a {template.css (line 363)
background: url(“../images/logo.png”) no-repeat scroll left center transparent;
display: block;
height: 93px;
width: 302px;
}and
h1.logo {template.css (line 361)
float: none;
height: 93px;
margin: 40px auto 20px;
width: 302px;
}1 user says Thank You to aman204 for this useful post
February 24, 2011 at 3:33 am #378207i’m new to Joomlart, where can i get the (HTML) file ?
thanks in advance
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 24, 2011 at 1:06 pm #378283February 25, 2011 at 2:32 am #378333Thank you so much, that helped me 🙂
February 26, 2011 at 10:37 pm #378575I have the same obejctive. I can adjust the code to insert a wider image, but I cannot seem to figure out how to center the logo. My new bigger image goes off the right hand side of the page.
Please help!
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 26, 2011 at 10:50 pm #378576Please post a link to your site and we can look at the code for your specific needs. Please also make sure css optimization is set to “No” in the template manager so we can see the correct files to work on.
February 26, 2011 at 10:58 pm #378581http://conciergefinancialoffice.com/
This logo is 600px wide.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 27, 2011 at 6:49 pm #378639Open template css and around line 409 adjust the bit I have highlighted below in red as required, probably to 600px.
h1.logo {
float:none;
height:93px;
margin:40px auto 20px;
width:302px;}
Then at line 411 do the same
h1.logo a {
background:url("../images/logo.png") no-repeat scroll left center transparent;
display:block;
height:93px;
width:302px;}
Should do the trick
1 user says Thank You to Phill for this useful post
-
AuthorPosts
This topic contains 10 replies, has 5 voices, and was last updated by dmason 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum