• How could I have a four elements row in “services” or “employees” widget?
    I try changing
    md-4
    to
    md-3

    in fp-services.php
    and fp-employees.php.

    but It doesn’t work. But I expect it. I know Moesia lite isn’t developed with bootstrap.
    I try also installing twitter bootstrap plugin (i already use it successfully).

Viewing 1 replies (of 1 total)
  • Hi,

    Sorry for the delays..
    Please change the class of the service items to:
    service col-md-3 col-sm-5 col-xs-5

    And add these css code also:

    .service, .employee {
        float: left;
    }
    
    .service:nth-of-type(3n+1), .employee:nth-of-type(3n+1){
        clear: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘four element in a row’ is closed to new replies.