• Hi.

    I’ve installed aws plugin and added it to my theme header sidebar, but the search text box looks narrow and when the mouse is over the cart widget and it’s expanded, it overlaps with the search text box.

    I would like to move the search text box to the left to avoid overlapping with cart widget and also increase the search text box width at least 2 times the actual width.

    You can see it in action on https://alefairyland.com

    How can i do this?

    Thank you!

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

    (@mihail-barinov)

    Hello,

    You want to replace logo in the header with search box or just place box little bit near to it?

    Kristian

    (@susanneyoungblom)

    I also would like to change the position and the size.

    Plugin Author ILLID

    (@mihail-barinov)

    Sorry, but I just not fully understood where in the header you want to place search box.

    In order to make box bigger you can add this css rules

    @media (min-width: 768px) {
    .widget_aws_widget {
        margin-right: 20px!important;
        width: 650px!important;
    }
    }

    You can place with this params to find the best for you.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust search textbox width and position’ is closed to new replies.