• Resolved shiry marcus

    (@shiry-marcus-noik)


    Hello forum!
    I operate a RTL language web site and as every website has a footer links menu so do myn.
    The problem is the little arrows next to each link in the widget, they seem to overlap the link itself and cover one or more of the hyper linked words.
    I am unsure what to do to fix it; do I need a code to make the text RTL or something else?

    https://www.adrian.co.il

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Shiry,

    Try this:

    /* GY fix little arrows in widget */
    .widget.widget_archive li:before,
    .widget.widget_categories li:before,
    .widget.widget_calendar li:before,
    .widget.widget_pages li:before,
    .widget.widget_links li:before,
    .widget.widget_meta li:before,
    .widget.widget_recent_entries li:before,
    .widget.widget_recent_comments li:before,
    .widget.widget_nav_menu li:before,
    .widget.widget_rss li:before {
      content: '\203A';
      position: relative;
      right: -10px;
      -webkit-transition: left 0.2s;
      -moz-transition: left 0.2s;
      -ms-transition: left 0.2s;
      -o-transition: left 0.2s;
      transition: left 0.2s;
    }
    .widget li.on:before {
      right: -7px;
    }

    Thread Starter shiry marcus

    (@shiry-marcus-noik)

    Something tells me you are the RTL master in Customizr, they should put your code for others to see on there web site ??

    Hi Shiri and JTS.
    I have similar problam.
    https://www.uheat.co.il

    Where should I paste this code?

    thanks

    Thread Starter shiry marcus

    (@shiry-marcus-noik)

    you can paste the code at the custom CSS section of the Customizr theme or at the CSS file of your child theme (you can paste it on your main theme but after an update it will be erased).

    ?????=>????? ?????=>???????? ???????=>?? ?? ?? ????? ?????

    I’m not the master, it just drives me crazy…
    I’m working on a complete new RTL css for Customizr, hope to finish soon for one of the next version updates

    ??????? – ??????? ???? ???? ??? (?????? “??????”), ?????, ?????, ???????? ?????
    https://www.glezer.co.il

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer menu widget RTL problem’ is closed to new replies.