LazyBit replied
Your fix works perfectly, thank you.
It works great now, thank you!
Hi dev,
After the update to Soledad 8.0 search form padding-right only works while header is sticky. How to fix?
Great, thank you.
Hi dev,
I managed to align the search form to the right and increase font size for a better UX. I added following CSS:
#navigation.header-6 .show-search form.pc-searchform input.search-input {
text-align: right;
padding-right: 100px;
font-size: 16px
}
.is-sticky #navigation.header-6 .show-search form.pc-searchform input.search-input {
padding-right: 100px;
}
I'm happy with result, anyway I would like to know if there is a better way to achieve it. Maybe my CSS code can be optimized or something, please let me know.
Want to join this conversation or access attachments? Sign in first.
Open your ticket archive, review validated licenses, and continue product support conversations from one customer portal.