Okay
  Public Ticket #352066
Customizing size on loading icon
Closed

Comments

  • Chris started the conversation

    Hey guys,

    I was wanting to change the dimensions on the loading icon. When I first just uploaded a different size gif in the theme options window, I got a cropped version of the new loading gif. I tried to modify "loader" in the css and paste this in to styling options. This made it display differently in various browsers, mainly just displaying the original loading gif rather than the new one. 

    How would i go about modifying this? The new gif is 432 x 169px. I currently went back to the original gif while I get this sorted out.

  • Chris replied

    Also I meant for this to be public. You guys can change the status to public if you want.

  •  1,973
    Support replied

    Hi,

    Insert your gif image and add this in custom css:

    #loader {
    height: 169px;
    width: 432px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -84px 0 0 -216px;

    }

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy