Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • James Weston Friend
    #204602

    Hi Guys,

    Can someone help me out with the settings for clients 1 and Clients 2.

    I want to have a logo of the presenting sponsor centered on a line on its own and then under it other logos on several lines for the other sponsors.

    When I use the JoomlArt Advanced Custom Module it only gives me the style choice of style1. If I use that style it means the logo is not centred unless I put a blank logo in position 1 and position 3. This is exactly how I would like it when you scroll down here http://www.jakartacocktailweek.com/index.php BUT I obviously don’t want the blank logos above and below it.

    Is there some code I can add to this module to make the logo centered when there is only one logo on the line in the module?

    Many thanks Jim

    Adam M Moderator
    #563107

    Hi @origomedia,

    Could you please provide your site url and a mockup screenshot about what you want to achieve so I can assist you better ?

    James Weston Friend
    #563110

    Hi Adam,

    the URL is in the above post http://www.jakartacocktailweek.com

    What I want to do is be able to have one logo on one line and have it centered (Presenting Sponsor) and then create client 2 which could have more logos as they are the regular sponsors.

    When I try to put just one logo in client one I cannot get it to center. Or if i put it at position 2 with no logo at position one it still shows a marker where that image should be; as per the attached screenshot.

    Many thanks Jim


    1. client2
    Adam M Moderator
    #563208

    Hi @origomedia,

    Please open file root_folder/templates/uber/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    .uber-cliens .client-img {
    text-align: center;
    }
    .uber-cliens .client-img .img-responsive {
    display: inline-block;
    }

    then you can remove redundant blank logo in your module.

    James Weston Friend
    #563240

    Thanks Adam,

    That is great. How do I close up the gaps? Trying to find it in firefox but struggling.

    UPDATE. Hi @adam M I managed to do some of the things I wanted, like closing the margin and the font size but there is one gap I cannot figure out

    Jim


    1. gaps
    2. gap3
    Adam M Moderator
    #563346

    Hi Jim,

    Please open this module, switch to Advanced tab and in Module Class Suffix, insert a custom class like “ no-hmargin” (there’s a white space before the class name and without double quote).

    Next, open custom.css file as mentioned in previous reply then add this code :

    .sections-wrap .section.no-hmargin .section-title {
    margin-bottom: 0;
    }

    James Weston Friend
    #563370

    Thanks Adam M you guys are brilliant.

    All the best Jim

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

This topic contains 7 replies, has 2 voices, and was last updated by  James Weston 9 years, 8 months ago.

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