Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #28023

    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 ?

    #136176

    any help here ?

    #136177

    Hey,

    You can use this:

    #top .header_color #s[placeholder] {
    text-align: right;
    clear: left;
    }

    Regards,

    Ismael

    #136178

    thanks, will try it.

    what about the icons in table ?

    mark positivie or negative icons

    #136179

    Hey,

    You need to supply your own image. Use html tags to render them.

    <img src="IMAGE URL HERE">

    Regards,

    Ismael

    #136180

    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

    #136181

    Hey,

    Yes, inline will override external css. It works on my end. Please remove browser cache then reload the page.

    Regards,

    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘search bar RTL’ is closed to new replies.