Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1554727
5 column quickfinder
Closed

Comments

  • jpujolcat started the conversation

    Hi! In section "QUÈ ENS IDENTIFICA?" there are 5 quickfinders. I need to display them in the same row (desktop version), but only can choose 4 or 6 columns. Is it possible to display them in 5 columns?

    http://www.infoactivat.com/energytools-2/gestio-energetica-4/

    Thanks!

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    @media (min-width: 992px) {
    .quickfinder .col-md-2 { 
        width: 20%;
    }
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • jpujolcat replied

    Thank you very much!!!