-
AuthorPosts
-
global21 Friend
global21
- Join date:
- March 2011
- Posts:
- 134
- Downloads:
- 37
- Uploads:
- 43
- Thanks:
- 31
- Thanked:
- 5 times in 3 posts
March 10, 2011 at 10:45 am #161274Hi,
I haved changed the size of my logo to 100px high. I have attached screen shots because i need the logo to be static and sitewide (no change on any page) and reduce the margins on the top and bottom.
i have had a play but can not seem to work it out…..
any help would be great.
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 10, 2011 at 5:54 pm #380763Hi,
You open <joomla url>templatesja_teline_ivcsstemplate.css file. Finding this code
h1.logo { height: 57px; margin-top: 40px; width: 222px; }
– To reduce the margins on the top and bottom, changing code
margin-top: 40px
– To change size of logo, changing code
height: 57px;
width: 222px;global21 Friendglobal21
- Join date:
- March 2011
- Posts:
- 134
- Downloads:
- 37
- Uploads:
- 43
- Thanks:
- 31
- Thanked:
- 5 times in 3 posts
March 10, 2011 at 7:55 pm #380791Thanks for that. I still have the problem of it droping down when you hover over it (where the teline logo changed colour) do you know how to deal with that. Also i need to deal with the margin at the bottom of the logo as well.
any pointers would be great.
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
March 11, 2011 at 3:48 am #380849Dear Global21!
Could you give us the link to your site to get helps more quickly?
Regards!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 11, 2011 at 11:55 am #380913Hi,
– To deal with margin bottom, you just add margin-bottom into h1.logo, like this
h1.logo { height: 57px; margin-top: 40px; width: 222px; margin-bottom:10px }
– To make logo is static when mouse hover on it. Replace this code in <joomla url>templatesja_teline_ivcsstemplate.css file
h1.logo a:hover, h1.logo a:focus { background-position: left bottom; }
to
/*h1.logo a:hover, h1.logo a:focus { background-position: left bottom; }*/
1 user says Thank You to khoand for this useful post
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by global21 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum