Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • amturner Friend
    #1080656

    Hello, I’ve tried to work out a solution myself without luck.

    I’m trying to reduce the height of the block/row where logos are displayed. Currently the padding is huge. Also trying to make the background colour of this module to be white so that the client logos (not transparent) work more elegantly. Any help would be appreciated.


    1. acm-styling
    Pankaj Sharma Moderator
    #1080783

    Hi
    Add code in /css/custom.css file to change the height of the logo area

    .uber-cliens .client-item {
        height: 260px;
        line-height: 260px;
    }

    Hope it helps.

    Regards

    amturner Friend
    #1081204

    Thanks Pankaj,

    Unfortunately that didn’t work. I had tried something similar previously by editing the style.css in the ACM folder, which also didn’t work.

    Any other ideas? Is there anything else that might be overriding this?

    Thanks,
    Angela

    Pankaj Sharma Moderator
    #1081327

    Hi
    Use this code in custom.css file

    .uber-cliens .client-item {
        height: 60px!important;
        line-height: 60px!important;
    }

    I checked it and it will work.

    Regards

    amturner Friend
    #1081599

    Thanks very much Pankaj, that works wonderfully.

    The final question was regarding the background colour of that whole module? I tried adding a background-colour line which changed the individual items but not the whole module. Once again I’m very grateful for the guidance of where to look.

    Thanks,
    Angela

    Pankaj Sharma Moderator
    #1081743

    Hi
    Use this code for the background color

    #Mod100 {background:#000!important;}

    Regards

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 11 months ago.

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