-
AuthorPosts
-
cantabriadeportiva Friend
cantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 29, 2011 at 1:57 pm #165799Hello!
I’m from Spain and my English is bad, sorry.I’ve bought Teline IV template and I am building my website. I have a problem, I need to reduce the size of the Magazine Menu.
Look: http://cantabriadeportiva.es/cantabriadeportiva/
I have 20 diferents elements with text and image in 3 rows and I need 2.
I have 2 ideas:- Edit panding
- Edit letters size
How can I do them?
Do you know a better way to do it?Thanks!!!!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 29, 2011 at 3:36 pm #399150Hi,
You login backend > Extensions > Module Manager > JA News – Default Layout > THEME SETTINGS.Edit Columns.1 user says Thank You to khoand for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 29, 2011 at 9:07 pm #399209I think I didn’t explain the problem well…
I have 20 diferentes elements in the magazine menu ( Albericia, Bezana …) in three rows and I need only two. I think I can modify the panding of the menu elements to reduce their size.
Thanks
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 29, 2011 at 9:18 pm #399213You can set the number of columns you use in the way khoand described above. If that is not what you want please post images showing what it is like now and what you would want it to be like.
1 user says Thank You to Phill for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 29, 2011 at 10:05 pm #399221I’ve uploaded an image. You can see three rows and I want only two. ¿What is the best way to do it? How can I do it?
Thanks!:)
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 29, 2011 at 10:08 pm #399223Ahh, I see, you simply have too many menu items and will need to create sub menu (dropdowns) items. Is that what you want?
1 user says Thank You to Phill for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 29, 2011 at 10:31 pm #399224<em>@phill luckhurst 250641 wrote:</em><blockquote>Ahh, I see, you simply have too many menu items and will need to create sub menu (dropdowns) items. Is that what you want?</blockquote>
I Need all of them in main menu, I don’t want drop menu.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 30, 2011 at 4:58 am #399277Then there is nothing you can do except reduce the size of the font a little. You just cannot have so many words in such a small space.
1 user says Thank You to Phill for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 30, 2011 at 7:50 am #399299<em>@phill luckhurst 250702 wrote:</em><blockquote>Then there is nothing you can do except reduce the size of the font a little. You just cannot have so many words in such a small space.</blockquote>
I’ll try it, ¿how can I do it?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 30, 2011 at 8:14 am #399301Hi,
You replace this code from http://cantabriadeportiva.es/cantabriadeportiva/t3-assets/css7a662.css
.ja-megamenu ul.level0 li.mega a.mega {
display: block;
margin: 3px;
padding: 4px 8px 3px;
text-decoration: none;
color: black;
text-transform: uppercase;
font-size: 125%;
font-weight: bold;
}
with
.ja-megamenu ul.level0 li.mega a.mega {
display: block;
margin: 1px;
padding: 4px 8px 3px;
text-decoration: none;
color: black;
text-transform: uppercase;
font-size: 100%;
font-weight: bold;
}1 user says Thank You to khoand for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 30, 2011 at 10:31 am #399321<em>@khoand 250728 wrote:</em><blockquote>Hi,
You replace this code from http://cantabriadeportiva.es/cantabriadeportiva/t3-assets/css7a662.css
.ja-megamenu ul.level0 li.mega a.mega {
display: block;
margin: 3px;
padding: 4px 8px 3px;
text-decoration: none;
color: black;
text-transform: uppercase;
font-size: 125%;
font-weight: bold;
}
with
.ja-megamenu ul.level0 li.mega a.mega {
display: block;
margin: 1px;
padding: 4px 8px 3px;
text-decoration: none;
color: black;
text-transform: uppercase;
font-size: 100%;
font-weight: bold;
}
</blockquote>I’ve replaced theese lines but something strange happened. It worked well at the first time, but since I changed a menu item, everything became to be the same.
I try to clean J3 cache and css7a662.css file disappeared and I’ve to upload again but now it doesn’t work.In resume, it worked well in the beggining but since I changed a menu item everything estopped working.
I think you are in the right way but something is wrong
Thanks!
Edit: The Item menu I changed was SPORT because is an example. I have it to test.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 30, 2011 at 11:09 am #399324You should not be changing anything in css7a662 because you have discovered, they are just cache files and changes there will be lost when you refresh the cache. The css you need to look for is in the templates>ja_teline_iv>css folder probably either in template.cs or in the mega.css files. If you cannot find them please post a link to your site with css optimization set to “No” so we can tell you exactly where it is.
1 user says Thank You to Phill for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 30, 2011 at 11:19 am #399327<em>@cantabriadeportiva 250751 wrote:</em><blockquote>I’ve replaced theese lines but something strange happened. It worked well at the first time, but since I changed a menu item, everything became to be the same.
I try to clean J3 cache and css7a662.css file disappeared and I’ve to upload again but now it doesn’t work.In resume, it worked well in the beggining but since I changed a menu item everything estopped working.
I think you are in the right way but something is wrong
Thanks!
Edit: The Item menu I changed was SPORT because is an example. I have it to test.</blockquote>
You find this code from templatesja_teline_ivcssmenumega.css in the line #38
1 user says Thank You to khoand for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 30, 2011 at 11:29 am #399329<em>@phill luckhurst 250754 wrote:</em><blockquote>You should not be changing anything in css7a662 because you have discovered, they are just cache files and changes there will be lost when you refresh the cache. The css you need to look for is in the templates>ja_teline_iv>css folder probably either in template.cs or in the mega.css files. If you cannot find them please post a link to your site with css optimization set to “No” so we can tell you exactly where it is.</blockquote>
Yeah! I found it in mega.css. This is the solution!!!!
Joomlart support is great!!
Thanks a lot!!!
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 3 voices, and was last updated by cantabriadeportiva 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Size magazine menu
Viewing 14 posts - 1 through 14 (of 14 total)