Okay
  Public Ticket #1445811
adjust height - flip box - desktop
Closed

Comments

  • digitalanders started the conversation

    Hi salient supporting team,

    I was wondering how to change the height of the flip box. On desktop screens it has much more space between the icons than on mobil. 

    I am talking about for example this page: https://www.digitalanders.de/filmproduktion/ right after the Headline "Produktionen" where the 3 blue flip boxes with the cloud, money and mixer icons appear.

    I am using salient since a while, but I can't figure out how to lower this space on desktop screen. Thanks for support ;)

    Best
    Martin




  •  2,744
    Andrew replied

    Hi Martin,

    You can adjust the height of the flip box using this CSS:

    .nectar-flip-box .flip-box-front, .nectar-flip-box .flip-box-back{
        min-height:0px !important;
        height:200px !important;
    }
    

    minimum height is set to zero, that allows you to set any height you want.
    Cheers.