× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Problem with the disply of the search box

More
8 years 10 months ago #3415 by csporleder
Problem with the disply of the search box was created by csporleder
I have tried to find where the definition is so that I can display the searchbox in two line.

Can anyone help me on this

c-level-ipsum.eu/index.php/gesamt

Please Log in to join the conversation.

More
8 years 9 months ago #3424 by Dirk
There is a stylesheet (/components/com_joodb/assets/joodb.css)
You can edit this css!
Alternatively you can also use your template CSS to style the Searachbox

joodb.feenders.de/forum/2-tutorials-and-...output-with-css.html

In your case just add the following to your CSS
#searchForm .inputbox, #searchForm .button  {
  display: inline;
}

Please Log in to join the conversation.

Moderators: Dirkjoest