Tagged: rtl
hello
i’m trying to RTL the theme, i have a problem with the search bar (at the moment) :
<div class="avia-search-tooltip avia-tt" style="opacity: 0; display: none; top: 64px; left: -136px;"><div class="inner_tooltip">
where can i find the left property to change it to the right ? i searched all over the theme.
another question: can i use icons inside the table rows ?
any help here ?
Hey,
You can use this:
#top .header_color #s[placeholder] {
text-align: right;
clear: left;
}
Regards,
Ismael
thanks, will try it.
what about the icons in table ?
mark positivie or negative icons
Hey,
You need to supply your own image. Use html tags to render them.
<img src="IMAGE URL HERE">
Regards,
Ismael
Hi
sorry for the late response, i wasn’t near a computer.
about the search issue, i paste the code in “enfoldcsscustom.css”
and no change…
inline style will always have priority over external css, no ?
thanks