Okay
  Public Ticket #872876
tablet format
Closed

Comments

  • pablo started the conversation

    hi. 
    As you see, in the index, the picture of the lady has a normal size, but whe you put in a tablet monitor, the size is biger. i would like that this image change to a proportional size.
    Thank u 

  •  850
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    @media only screen and (max-width: 1024px) {
    .logointro img {
    width: 125px;
    }
    }

    Best Regards,
    Jelly Team