• Resolved Tanzi001

    (@tanzi001)


    Hi,
    I don’t seem to have a search box in theme fruitful and I need one.
    I don’t want sidebars as I have an ecommerce site.
    I found the code for google search but can’t seem to find the right place to put it at the top of my site.
    I am relatively new, can anyone help please?

    Thanks

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter Tanzi001

    (@tanzi001)

    Will try thanks

    Thread Starter Tanzi001

    (@tanzi001)

    Ok I have moved the code in the the header php down to the bottom so it is in the position on the page that I want it now, I just need to move it directly under the nav menu so I need to move it to the right. Do you know how to do this?
    Thanks for all your help by the way I am learning more this way than from what I have read!

    You could try something like:

    form#searchform {
      text-align: right;
      margin-right: 50px;
    }

    And then experiment with the margin values until it looks positioned correctly.

    Thread Starter Tanzi001

    (@tanzi001)

    No sorry
    I went into css and did ctl F and search and changed the wording and the colour and it did it to both the widget and the search box I’m trying to put in, does that mean anything?
    Otherwise I think I might call it quits and not have a search on my pages

    I don’t see the code on your site. Have you disabled your caching plugin and flushed the cache from the plugin as I suggested earlier? You likely won’t see any changes until you do.

    Thread Starter Tanzi001

    (@tanzi001)

    I think I give up ??

    Thread Starter Tanzi001

    (@tanzi001)

    I put the code back in the header php.

    In the css the only reference I can find to search is

    }
    input[type=”search”]::-webkit-search-decoration {
    webkit-appearance:none;
    }

    so do I input
    form#searchform {
    text-align: right;
    margin-right: 50px;
    }
    after that?

    You should put the code in either a custom CSS plugin or your theme’s custom CSS option, if one exists. You’ll likely have to temporarily disable your caching plugin and flush the cache before you can see any changes.

    Thread Starter Tanzi001

    (@tanzi001)

    I have a custom CSS
    I took the code out, disabled the cache,
    put the code back in, re-enabled the cache
    flushed the cache and it’s still to the left.

    I give up but I do appreciate all your help ??

    Have a good day wherever you are!

    Thread Starter Tanzi001

    (@tanzi001)

    It was very kind of you to try and help.

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘search box theme fruitful’ is closed to new replies.