Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • bhmhrex Friend
    #890009

    Hello,

    I am using the ACM – Clients style 1 block. I am trying to figure out how to center the "clients" logos into the center of the page. As you can see now, they are off center and the only reason they are even somewhat close to being centered is because I entered to blank white squares as fake "clients" on either side of the first and third logos. Otherwise they would show up all the way to the left and I don’t want that.

    So how can I edit this style to have the logos stay centered into the middle of the page even after adding more clients to this list?


    1. wounded
    Pankaj Sharma Moderator
    #890040

    Hi
    ACM client loads multiple logo in the module using the col-xs with .
    you ca try the tweak below :

    Go to /templates/uber/acm/clients/tmpl/style-1.php
    Find this code

    <div class="col-xs-12  client-item" style="width:<?php echo number_format(100/$columns, 2, '.', ' ') - $float;?>%;">
    

    change it with

    <div class="col-xs-12 col-md-4 client-item" >
    

    Use col-md-4 if you have 3 logo . if 4 then use col-md-3 (Total size would be 4×312 )

    Do not forget to take backup of original file .
    It will look like this > http://prntscr.com/a7m3fh

    bhmhrex Friend
    #890565

    That looks excellent. Thank you for your help and fast responses!

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

This topic contains 2 replies, has 2 voices, and was last updated by  bhmhrex 8 years, 2 months ago.

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