Archived topic
Search field border-radius
5 replies · Started by themedleb on September 27, 2017
Hi,
I'm willing to make the search field border radius at 10px, so far, I made it but this affect some pages (that has page header set) and not others, can you help me with this please?
It looks rounded on both pages for me. The navigation search, right?
The right side of the navigation search is rounded, but the left side is not, I don't know why and how ! Please try to look again.
Ahh, try adding this:
.rtl .main-navigation li.search-item {
padding-left: 10px;
}
Thank you Tom, it worked.
You're welcome :)