Okay
  Public Ticket #560411
Responsive Padding
Closed

Comments

  • Enrico started the conversation

    When I look at my site on my mobile the imagery has been cut short or has spacing issues?

    Is this to do with padding and how would I solve this?

    I've attatched two examples and the row settings for _9263

  • Enrico replied

    Even when I remove the padding and use a divider instead my images aren\'t showing fully

  •  8,990
    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: none !important;
        }
    }

    Thanks




    ThemeNectar Support Team 

  • Enrico replied

    perfect thank you