This topic is locked
[SOLVED]

Search button on left when using horizontal search panel

7/23/2022 3:00:12 AM
PHPRunner General questions
A
asawyer13 authorDevClub member

I'm using PHPRunner V10.

I am using the horizontal search panel, but the Search Button ends up being on the far right.

I suspect there is something I can do in custom CSS to make it move to the far left, but I don't know what that is.

Thanks
Alan

A
asawyer13 authorDevClub member 7/25/2022

I ended up putting this is custom css and it seems to have worked.

[data-itemtype="search_panel"][data-horizontal] .panel-footer {
text-align: left;
}

I would like to Search Panel to take up the whole width of the browser window but haven't figured that part out yet.