Okay
  Public Ticket #550100
New animated icons not showing?
Closed

Comments

  • Andy started the conversation

    I can't see the animated icons when previewing. See screenshots.

    What am I doing wrong?

  •  8,990
    Tahir replied
    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks

    Thanks


    ThemeNectar Support Team 

  • Andy replied

    Hi Tahir,

    I think it\'s working now thanks - but I\'ve got an issue with logo in nav not centred on a mobile:

    http://designbull.co.uk

  •  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: 1000px) and (min-width: 1px) {
        body header#top #logo img, #header-outer[data-permanent-transparent=\"false\"] #logo .dark-version {
            margin-top: -10px!important;
            position:relative !important;
        }
    }

    Thanks



    ThemeNectar Support Team