Home Forums Pro Themes Travel Eye Pro Search Bar Top Nav & Social Media Icons Spinning

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53484
    Ashley Moss
    Participant

    Hello! I noticed the search bar in the top navigation is not in line with the social media icons. I tried removing all custom css and it was not an issue with that. How can I fix this? I’ve checked other’s sites and do not see the same problem.

    Also, how can I stop the social media icons from spinning? Is it possible to only keep the hover colors? Note they also spin in the footer menu too! When I looked at the theme home page they did not do this? http://demo.wenthemes.com/travel-eye/#

    Link for reference: http://staging.orlandotravelcompany.com/

    #53589
    wensolutions
    Keymaster

    Hello @lynaeash,

    To align the social bar with the social icon and remove the animation to spin the social icon use below given CSS in Additional CSS location .

    .so-widget-travel-eye-social li a:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    @media( min-width: 480px ) {
    .right-bar {
        float: right;
    }
    }

    Hope this helps .

    Best Regards!!

    #53761
    Ashley Moss
    Participant

    Perfect this works!

    #53774
    wensolutions
    Keymaster

    Hello @lynaeash,

    Nice to know that your issue is resolved .

    For any confusion further please let us know .

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.