Okay
  Public Ticket #637838
Mobile Overflow issue
Closed

Comments

  • Adam started the conversation

    Hey Guys,

    I'm running into a mobile overflow issue on devices. What i'm seeing is on our homepage the 'Nimble Storage' logo in the vendors section is overflowing onto the next section. Any suggestions on how to fix this? Let me know!


  •  8,992
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 690px ) {
        img.img-with-animation[data-animation=\"fade-in-from-bottom\"] {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px)
        }
    }

    Best.



    ThemeNectar Support Team 

  • Adam replied

    worked perfectly! Thanks!