Comments

  • Hi,

    we'll sort this with next update. Not sure if this can be done exactly as you showed but we'll see.

    Thanks!
  • sorry

    Can you write css code to solve this problem?
  • This is not possible with quick css as usually. For that we must modify some html as well.
  • In fact, I'm very sad
    I've bought the theme because it supports RTL

    How can I start my business now?

    Please provide adequate support for me .

    thank you
  • edited March 2015
    Sorry but unfortunately this is not possible within quick css to make it fully compatible. At this moment we can only give you below css to change their positions similar to what you showed on screenshot:
    #Top_bar .top_bar_left { float: right;}
    #Top_bar .top_bar_right { float: left;}
    #Top_bar .top_bar_right::before { left:auto; right:-10px; transform: skewX(0deg) skewY(25deg);}
    Thanks for understanding!
Sign In or Register to comment.