Okay
  Public Ticket #879417
Bug for appearing the content in pages
Closed

Comments

  •  2
    Lucas Souza started the conversation

    Hi,

    I'm having problems with pages that i've created. When I access them, I have to go down on the screan for appearing the content - they don't appear automatically. I think the problem is related with the date that appears on the top. I don't know if I can remove it and the issue is going to be fixed or whatever. The website is www.alemdotrapiche.com.br.

    Thank you for supporting.

    Lucas Souza

  •  840
    Jelly replied

    Hi,

    It is appearance animation, if you don't want it, can be removed by deleting the lines between 69-74 of epic.css

    .jt_row {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in;
        -o-transition: opacity 0.5s ease-in;
        transition: opacity 0.5s ease-in;
    }

    Best Regards,
    Jelly Team