Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to Change Search Box Place...?
minura
New
Comments
@minura
Kasper doesn't support bootstrap on this forum. If you read the blurb on the addon page, it has links to github.
At a guess, I would say that you need to edit the default.master.tpl file and move this:
to the section you want it to be in,
@whu606 Thanks...
I moved this code.but search box is very long.. i how to put small search box...?
Use a css rule to make the input box smaller. Use a web inspector to see the name of the element and apply the width you want.
But you need to see what the element is called so you can create a css rule for it or edit an existing one.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Hi, did you get it to work ? How can I remove Categories and tags that display in the right side bar ?
I used the Pocket addon, and created a "Footer Scripts" pocket at the bottom of the page, then used jQuery to just move the element in the DOM. That way, it goes where I want, and I don't have to manipulate the base theme code.