Search Box

Hi,

I want to change the width and center the search box for the table view in beta theme.

Any CSS ideas, how to do it?

Thank you.

Hi there,

Thought I'd leave a message here because I think I did exactly what you're requesting. It's really simple CSS although you have to be careful to review all CSS after the knack themes come out of beta. as they have been changing how things are targeted and this code could later not work or need changing.

/* Move search and filter to center */
.kn-records-nav {
margin-left: 40%;
}

/* search bar length */
#knack-body input, #knack-body select, #knack-body textarea {
width: 350px;
}

Johnny

jonathan.mart.parsons@gmail.com