Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • classixuk Friend
    #882834

    Hi,

    I’d like to publish the JACM Gallery (or client) module in my mega menu. I have split my mega menu into 3 columns, left side is menu items, middle module is to show client logos and right module is to show video.

    I have selected "client" JACM block module to show in the middle module of the mega menu, however, it shows the client logos too big, and also will only be visible if I set it to show as 1 column.

    Is it possible to "shrink" the size of the JACM client block so that I can show a small grid 3 x 3 of client logos in my mega menu?

    Many thanks.

    EDIT TO ADD: I have noticed that the video module also doesn’t show when added to Megamenu (only the title)? Please advise.

    Adam M Moderator
    #883635

    Hi @classixuk,

    Please open file templates/uber/css/custom.css then add this code :

    .t3-megamenu .acm-gallery.style-3 .item {
         display: block;
    }
    .t3-megamenu .acm-gallery.style-3 .item .item-image img {
         display: block;
    }
    .t3-megamenu .acm-gallery.style-3 .item .item-details {
         display: none;
    }
    .t3-megamenu .sp_simple_youtube iframe {
         width: auto !important;
         height: auto !important;
         max-width: 100%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Adam M 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum