-
AuthorPosts
-
todhost Friend
todhost
- Join date:
- August 2011
- Posts:
- 91
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
February 5, 2013 at 10:57 pm #184721please i am having trouble resizing my logo to make it bigger in ‘onepage’
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 5, 2013 at 11:39 pm #482601<em>@todhost 358949 wrote:</em><blockquote>please i am having trouble resizing my logo to make it bigger in ‘onepage'</blockquote>
What process are you doing to try to modify the logo size?
todhost Friendtodhost
- Join date:
- August 2011
- Posts:
- 91
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
February 5, 2013 at 11:49 pm #482603I am trying to change the logo size to 150×34. I attempted to edit from css/template.css but that didnt change anything
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 5, 2013 at 11:50 pm #482605Can you provide the url of the site you’re working on? – Also, what version of Joomla are you using?
todhost Friendtodhost
- Join date:
- August 2011
- Posts:
- 91
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
February 5, 2013 at 11:54 pm #482606I am actually working on localhost
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
February 6, 2013 at 6:30 am #482634<em>@todhost 358949 wrote:</em><blockquote>please i am having trouble resizing my logo to make it bigger in ‘onepage'</blockquote>
Hello todhost,Please update your “/templates/ja_onepage/images/logo.png” file, then change “width” and “height” style of “.logo-image a” in “/templates/ja_onepage/css/template.css” file, line 2171
Regards.
1 user says Thank You to Stork11 for this useful post
February 11, 2013 at 11:23 am #483049Hi,
i am trying to do the same thing as you described, but it does not work.
Is there something else I need to do?Here is my temporary site adr: http://finescandinavia.hemsida.eu
jimhill10 Friendjimhill10
- Join date:
- November 2012
- Posts:
- 41
- Downloads:
- 139
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 7 times in 3 posts
February 20, 2013 at 7:23 pm #484079Yes, you have to edit the proper template.css file which is located in the “themes” folder under CSS, like this page for my site:
/ja_onepage/css/themes/retroClear your cache and voila you will have it. For future reference what you always want to do is to open the page in Chrome, select Tools, Developer, then right click over that logo element (or whatever you want to see) then on the right hand side of the developer window just see what CSS rules are being applied. That way you are certain what is making the page display that way. Best wishes, Jim:)
Jim Hill, Digital Marketing Manager
User Friendly Consulting, Inc.
1401 Kings Highway, Winona Lake, IN 465902 users say Thank You to jimhill10 for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
April 18, 2013 at 9:18 am #490283Hi,
I ‘ve the same problem . I done all what you suggest and nothing change. Please help http://www.konie-sport.pl joomla 2.5April 27, 2013 at 12:43 am #491183If your themes is modern,
update “/templates/ja_onepage/css/themes/modern/template.css” file,
line 3149,todhost Friendtodhost
- Join date:
- August 2011
- Posts:
- 91
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
September 11, 2013 at 3:17 pm #505380This worked well for me: Please update your “/templates/ja_onepage/images/logo.png” file, then change “width” and “height” style of “.logo-image a” in “/templates/ja_onepage/css/template.css” file, line 2171
Thank you all
1 user says Thank You to todhost for this useful post
glucosillo Friendglucosillo
- Join date:
- December 2012
- Posts:
- 28
- Downloads:
- 52
- Uploads:
- 16
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
October 21, 2013 at 10:15 am #509677Hello, I have also the same problem, the logo doesn´t change size. I have changed the size on ja_onepage/css/template.css and also in jaa_onepage/css/themes/metro/template.css but doesn´t change.
I have also cleaned cache
By the way, in my ja_onepage/css/template.css, the size of the logo is located on lines 2498-2502 not in 2171. ¿it´s a problem?
My site (provisional) is on http://www.agentesdkv.es
glucosillo Friendglucosillo
- Join date:
- December 2012
- Posts:
- 28
- Downloads:
- 52
- Uploads:
- 16
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
October 21, 2013 at 4:17 pm #509738A reply for myself….:laugh:
I have found the problem. If anyone has the same problem: look for the file custom.css on ja_onepage/css.
There, you must insert the following lines:.logo-image a {
width: 290px;
height: 25px;
}Of course, instead fo 290px or 25 px you must add the size that you need.
Bye.
2 users say Thank You to glucosillo for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 21, 2013 at 4:23 pm #509740GOOD JOB at figuring out the issue and providing a solution for others to benefit from !!!
🙂
glucosillo Friendglucosillo
- Join date:
- December 2012
- Posts:
- 28
- Downloads:
- 52
- Uploads:
- 16
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
October 21, 2013 at 4:36 pm #509743Hey, I have got my first “thanks”. It´s a happy day.
-
AuthorPosts
This topic contains 22 replies, has 11 voices, and was last updated by Hayden A 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum