Search: is positioned at the right side of the search box
-
Hello Tobias,
I have problem with positioning the “Search” string. The positon differs, depending on which Internet browser you use. In Firefos
the positioning is done as expected, in other browsers not ??In Firefox the activated filtering looks correct like this:
Suchen:
—————-
| Search Box |
—————-In Internet Explorer and Safari it looks wrong like this:
—————- Suchen:
| Search Box |
—————-I want the “Suchen:” string to placed always on top of the search box. I can’t work around that problem with any of the code snippets you posted concerning other positioning topics in the forum. Hope you can help me out?
Here is my current custom CSS code so that you have the same settings that I have:
.tablepress thead th, .tablepress tfoot th { background-color: #a5c447; font-size: 14px; text-transform: none; } .tablepress thead .sorting_asc, .tablepress thead .sorting_desc, .tablepress thead .sorting:hover { background-color: #999999; } .dataTables_paginate, .dataTables_filter { float: none; text-align: left; margin-left: -10px; margin-right: auto; } .dataTables_filter label { font-weight: 700; } .dataTables_paginate a { float: none; } .tablepress tbody td { font-size: 13px; }
- The topic ‘Search: is positioned at the right side of the search box’ is closed to new replies.