• Hi,
    I found a problem in style-rtl.css for footer widgets section.
    for rtl language, right margin is not removed. this makes my footer to be ugly because there is no enough space for widgets to stay in same line. please add this:
    .tg-footer-main-widget,.tg-second-footer-widget, .tg-third-footer-widget{
    margin-right: 0;
    }

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter paul

    (@shvb2007)

    also, there is another problem. the scroll up button take all the width. add this to remove right :
    a#scroll-up{
    right:initial;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Problem in style-rtl.css after update’ is closed to new replies.