Forum Replies Created

Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • in reply to: How to Add Search Bar to Logo Area #975827

    The problem seems to be with the CSS used above, position : absolute, if I change that to ‘relative’ I can click on it but I can’t have the box where I want it.

    I also can’t work out how to retain the magnifying glass icon on the right side of the input box when css applied.

    in reply to: How to Add Search Bar to Logo Area #975820

    Hi,

    This thread has been very helpful, I’ve been able to also include the search bar into the header now as a widget, however my problem is I cannot ‘click’ into the box to type , its visible but cannot access it.

    CSS I’ve used –
    #top #header .widget_search {
    width: 200px;
    position: absolute;
    right: 50px;
    top: -35px;
    }

    It was fine before the CSS, however the search box took up almost the entire width of the site, so I had to include the css.

Viewing 2 posts - 31 through 32 (of 32 total)