-
AuthorPosts
-
norchris Friend
norchris
- Join date:
- December 2010
- Posts:
- 146
- Downloads:
- 7
- Uploads:
- 21
- Thanks:
- 81
- Thanked:
- 3 times in 1 posts
November 20, 2012 at 12:07 pm #182416Hi!
1)
I need to widen the logo space. That is, the JA Brisk logo is not very wide – the logo I will use is wider.I have tried to widen the logo space, but apparently it does not help because of the menu width – the menu covers my logo.
2)
Any way I can adjust the logo downwards with a few pixels?Thank you for your help! 🙂
Norchris
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
November 20, 2012 at 12:26 pm #473616Try this thread and see if it helps you
http://www.joomlart.com/forums/topic/logo-menu-width-question/
norchris Friendnorchris
- Join date:
- December 2010
- Posts:
- 146
- Downloads:
- 7
- Uploads:
- 21
- Thanks:
- 81
- Thanked:
- 3 times in 1 posts
November 20, 2012 at 12:49 pm #473617Thank you!
But, I hope there is an easier solution.
As you can see from the screen dump, I have added a logo. But, even though there is space to the right, the last part of the logo does not show.
So, that is the complete issue – why does the logo not show? In the template.css I have made a 300px space for the logo, but with no result.
Please help!
Norchris
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
November 20, 2012 at 1:11 pm #473618Always hard without actually seeing it. I think that the logo sits in a span class and that width is limited to keep the grid for bootstrap.
Have you quickly tried changing line 2590 (on my virgin brisk)
.logo-image {
- overflow: hidden;
}
delete the overflow and see if that works?
1 user says Thank You to swissa for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 5, 2013 at 2:04 pm #482521Hello,
the solution is :style.less contains :
a {
background-image: url("@{T3LogoImage}");
background-repeat: no-repeat;
width: @T3logoWidth;
height: @T3logoHeight;
}
So you can change @T3logoWidth and the @T3logoHeight in the file variables.less
@T3logoWidth: 80px;
@T3logoHeight: 50px;
@T3LogoImage: "../images/logo.png";Use Crunch to edit your .less files : http://crunchapp.net/. It is more easy.
March 9, 2013 at 11:21 pm #485897…I tried changing the sizes in “variables.less” (using “crunch”) and in; “template.css” & “styles.css”, and “cleaned T3 cache” but still show the default sizes… did I miss something?? :((
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 4 voices, and was last updated by iwadeaz 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Increase width for logo JA Brisk
Viewing 6 posts - 1 through 6 (of 6 total)