- This topic has 3 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Travel Eye Pro › Search Bar Top Nav & Social Media Icons Spinning
Tagged: footer menu, search bar, social media icons, Top Navigation
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/
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!!
Perfect this works!
Hello @lynaeash,
Nice to know that your issue is resolved .
For any confusion further please let us know .
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |