Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Compact box layout with both icon and search text › Reply To: Compact box layout with both icon and search text
Hi!
1. This might actually be possible with a custom CSS rule. Basically, giving a min-width property for the closed box will force to display more of it, so presumably the test as well. I would suggest something like this:
[html].asp_main_container.asp_compact {
min-width: 96px;
}[/html]
Make sure that the search text button is also enabled.
2. Yes, of course. Depending on the box position:
– If it’s set to ‘static’ (default), then you can set the alignment to float to right: https://i.imgur.com/dROeXUO.png
– ..otherwise, under the Position Values option make sure to change the ‘right’ positition to ‘0px’ and the left to ‘auto’, like so: https://i.imgur.com/6BmNr4e.png
I hope this helps!