RTL CSS fix for search widget
-
Hi, thank you for your awesome theme. there is a little fix for RTL CSS.
it should be like
.searchform::before {
left: 15px;
right: unset;
}
in rtl.css.
original code is on style.css line 14you can see the bug here:
https://snipboard.io/21icQE.jpg
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘RTL CSS fix for search widget’ is closed to new replies.