-
AuthorPosts
-
crypto2010 Friend
crypto2010
- Join date:
- June 2010
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 7, 2010 at 6:35 pm #152375Hello,
I am now 3 month with Joomla and my first Template is the PurityII T3 with MegaMenu and i like it !
1.)
Now i am looking for the settings to use Icons bigger 16 px in MegaMenu, because 16px is to small.
You cant see any details for showing something specialised with it. I think 32px is better for.Do you have any idea for me, where i have what to modify in the code?
2.)
I tryed to get the CSS from the following Demo-Site (want use for my own) but get very different Results.(using Firebug)
http://www.joomlart.com/demo/#templates.joomlart.com/ja_t3_blank%5B/URL%5DI need some help for!
Anybody here have the Settings for me?
Thanks you for the professional cool Template and the very good support here!
regards Tom
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
July 7, 2010 at 10:55 pm #349271Hello,
You have to edit file css/menu/mega.css
You could change code for selector ul.level0 li.mega .has-image to this to create space for a picture 32×32
ul.level0 li.mega .has-image {
padding-left: 40px; padding-bottom:5px;
display: block;
background-repeat: no-repeat;
background-position: left top;
}Good luck,
Micrantha(demo template is shown in iframe; source of that page does not point directly to css of temlate
to find path to css-files you can look in page source of this address: http://templates.joomlart.com/ja_t3_blank)1 user says Thank You to micrantha for this useful post
crypto2010 Friendcrypto2010
- Join date:
- June 2010
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 8, 2010 at 10:42 am #349323Thank you, work fine,
you maked my day 😉
November 14, 2010 at 6:51 am #362816great code. thanks so much for that.
Wondering if there is anyway that the images can adjust according to however big they are. For example we are not using icons, we are using buttons and images, some of them are 86X37 and some of them are 86X110
can I add an additional class maybe for large or small and how do you do it?
any help would be greatly appreciated.November 14, 2010 at 8:09 am #362817well for anyone else who happens upon this post, here is how you can get the other images to be bigger.
You add an additional class on the larger items, then add code (replace “your-class” with what you named the additional class.ul.level0 li.mega.your-class .has-image
{
padding-left: 30px;
padding-bottom: 145px; }1 user says Thank You to ex19 for this useful post
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by Phill 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum