Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • crypto2010 Friend
    #152375

    Hello,

    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%5D

    I 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 Friend
    #349271

    Hello,

    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)

    crypto2010 Friend
    #349323

    Thank you, work fine,

    you maked my day 😉

    ex19 Friend
    #362816

    great 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.

    ex19 Friend
    #362817

    well 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; }

    Phill Moderator
    #362826

    Thanks to all for sharing. All tips are greatly appreciated by the community.

Viewing 6 posts - 1 through 6 (of 6 total)

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