Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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!!!