-
AuthorPosts
-
rufdaz Friend
rufdaz
- Join date:
- October 2007
- Posts:
- 9
- Downloads:
- 269
- Uploads:
- 2
- Thanked:
- 1 times in 1 posts
January 4, 2014 at 7:26 pm #193479I use the template JA Muzic. I modified the dimensions of the box for my new logo (207 x 55) in the template file, css: The high was enlarged but not the width.
I do not know what to do. I hope your inspired help.
Thank you.
Radiabu
5metrosdepoemas.com /
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
January 4, 2014 at 7:54 pm #517366Hi,
Please disable CSS optimization from Template settings and let me know so i can try to help you
rufdaz Friendrufdaz
- Join date:
- October 2007
- Posts:
- 9
- Downloads:
- 269
- Uploads:
- 2
- Thanked:
- 1 times in 1 posts
January 4, 2014 at 8:14 pm #517368I disabled the css Optimisation from Template setting. I hope your help please to modify box logo ..
Rufdaz (radiabu)Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
January 4, 2014 at 10:07 pm #517372Hi,
Please try this:
<blockquote>.logo-image {
float: none;
overflow: hidden; <– Remove this line
}
</blockquote>You can find this in template.css file
rufdaz Friendrufdaz
- Join date:
- October 2007
- Posts:
- 9
- Downloads:
- 269
- Uploads:
- 2
- Thanked:
- 1 times in 1 posts
January 4, 2014 at 10:42 pm #517373Merci beaucoup. Thank you. Now I can see the logo as wanted.
goodbye
rufdaz1 user says Thank You to rufdaz for this useful post
cyphernic Friendcyphernic
- Join date:
- October 2010
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
February 14, 2014 at 8:13 am #522668can you please tell me where to increase the size in this most recent version?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 17, 2014 at 9:03 am #522992You can try to create a new CSS file called custom.css in /templates/ja_muzic/css path, then add css rule for the logo:
.logo-image a {
height: 36px;
width: 141px;
}
then change the height/width as you like.
BTW, you can post your site’s URL here and turn off Optimize CSS option in template manager so that we have a closer look and give you better suggestion.
March 26, 2014 at 1:05 pm #528247Hello !!!
I´m working with JA_Muzic template in localhost and my logo is 109x75px and I try to have it in my template on this way but it doesn´t work. It appears cutted at 36px height even with your modification included.
In addition to this, I don´t know if its necessary to do something in:
Template manager > Theme > Logo Type > Text or Image?On this way I have three logos available:
-background logo
-background logo-small
-logo from template managerI only want to have same effect as demo template with my logo 109x75px.
Could you please help me with it?Thanks in advance !
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 27, 2014 at 6:48 am #528311@ xabicom,
As your site is still in localhost, it is hard to give you suggestion. However, you can try to open the file: /templates/your_template_name/css/custom.css (if not exists, pls create a new one), then add this rule:
.logo-image a {
background: url("your_link_image");
height: 90px;
width: 141px;
}Declare your link image and change the value of height and width as you like.
Let me know how it goes.April 1, 2014 at 10:50 am #528967Hi Nazario,
I follow your instructions and works fine scrolling up and down but when I reduce the width of the window to 1024px, the logo appears cutted again… do you know why?
I wrote another question about “Menu item artist”, can you help me with it please?
Thread:http://www.joomlart.com/forums/topic/menu-item-type-for-artists/Thanks !
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
April 2, 2014 at 4:07 am #529108@ xabicom,
Please open the /templates/your_template_name/css/custom.css file, add this rule:
/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
.logo-image a {
width: 141px;
}
}
/* Mobiles */
@media (min-width: 320px) and (max-width: 640px) {
.t3-mainnav .navbar-inner .logo-image a {
background-size: 38% auto;
}
}You can change the value in red as you wish.
<em>@xabicom 419236 wrote:</em><blockquote>
I wrote another question about “Menu item artist”, can you help me with it please?
Thread:http://www.joomlart.com/forums/topic/menu-item-type-for-artists/
</blockquote>I replied to you at this thread. Please have a look.
April 2, 2014 at 6:58 pm #529257I just insert the code on CSS file but it doesn´t work !!!
Have the same result as before…:((
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
-
AuthorPosts
This topic contains 14 replies, has 6 voices, and was last updated by smartmax 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum