• Resolved theyuv

    (@theyuv)


    Hello,

    Are there any recommendations for how I might implement this css file:

    https://github.com/morteza/bootstrap-rtl

    I add it based on if the current user’s language is a right-to-left language.
    However, I get a lot of interference from .less files that are implemented by this theme (eg: css/less/navbar.less adds .navbar-nav > li { float: left; } which then overrides the bootstrap-rtl file’s .navbar-nav > li {float: right; })

    Thanks

    • This topic was modified 8 years, 6 months ago by theyuv.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter theyuv

    (@theyuv)

    Sorry, I didn’t realize that your theme is not responsible for that .less file.

    Thread Starter theyuv

    (@theyuv)

    On second thought, I think this theme is generating the file that’s responsible for this behavior in bootstrap-basic/css/less/navbar.less.
    I’m not sure why I can’t find it in the theme’s files.

    If anyone has any insight, I’d like to hear it.

    Thanks.

    Theme Author vee

    (@okvee)

    No support for .less, .scss, .sass or anything. Just .css
    Its concept is simple and basic, few functionality for theme developers.
    If you want anything more please make this theme your new theme or extend child theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bootstrap RTL’ is closed to new replies.