• Resolved digiart1975

    (@digiart1975)


    Hello, i am facing a weird issue in the mobile version. when you tap on the search icon, it turns black. Also a black horizontal line appears a few pixels below it. On desktop version works fine. What could be causing the problem? I am using Enfold theme. Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    As I see it is some styles of your enfold child theme that does this.
    You can try to use following css

    #top #header #header_main .widget_aws_widget .aws-show:hover i,
    #top #header #header_main .widget_aws_widget .aws-show.aws-showing i {
    background: transparent;
    }
    @media only screen and (max-width: 479px) {
    	#top #header #header_main .widget_aws_widget.aws-toogle-show .aws-container {
    		top: 0 !important;
    		    position: relative !important;
    		-webkit-transform: none;
    		-moz-transform: none;
    		-ms-transform: none;
    		-o-transform: none;
    		transform: none;
    	}
    }
    Thread Starter digiart1975

    (@digiart1975)

    Hi, that did the trick. Thank you very much =D

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search does not work properly in mobile’ is closed to new replies.