- Posts: 17
- Thank you received: 0
For my site, the label Search for the Search Options box comes immediately after the Search Box. Is it possible to have a few spaces between the button and label to make the layout more readable.
I am using the default template for Joomla 3.4, Prostar, which is based on Bootsrap. I have also tried another template that uses Bootstrap and the search box layout is exactly the same. I have read on various Internet forums that Bootstrap implements tables differently. Is this the reason for the cramped layout?
John
Please Log in or Create an account to join the conversation.
If you add this somewhere to your template's css file it should do the job.
input.input.searchSubmit {
margin-right: 20px;
}
Please Log in or Create an account to join the conversation.
Thanks. This works fine
Best Wishes
John
Please Log in or Create an account to join the conversation.