Okay
  Public Ticket #1026837
Mobile Version
Closed

Comments

  •  2
    Ivonne started the conversation

    Hi!, I'd like to know if there's a way that the responsive version for this theme, mobile specially, the button look behind the text, and button  get lost below too.

  •  850
    Jelly replied

    Hi,

    Please provide website url, I will check it for you.

    Best Regards,
    Jelly Team

  •   Ivonne replied privately
  •  850
    Jelly replied

    Hi,

    Please add it in: css/solido.css

    @media only screen and (max-width: 479px){
    .main-title {height: 370px;}
    .slides-navigation a.next {
        right: -65px;
        width: 20%;
        background-repeat: no-repeat;
    }
    .slides-navigation a.prev {
        left:-65px;
        width: 20%;
        background-repeat: no-repeat;
    }
    }

    Best Regards,
    Jelly Team