Close

RTL header

shayt
11 years ago
#1800 Quote
Avatar
  • 46
Hi,
Can we have RTL header -
meaning that "overview" will be at the rightest position and not at the left position.

Thanks,
Shay
shayt
11 years ago
#1810 Quote
Avatar
  • 46
anyone ?

i already bought the extension, so i appreciate your support.

Thanks,
Shay
IvanStoyanov
11 years ago
#1817 Quote
Avatar
  • Moderator
  • 269
shayt wrote:
Hi,
Can we have RTL header -
meaning that "overview" will be at the rightest position and not at the left position.

Thanks,
Shay


Hi Shay,

Can you give us more information? Which header are you referring to?

Generally you can arrange the position of your content by going to the appropriate view for example Views/Common/HeaderLinks.cshtml and positioning the link that you want at the desired place.
NOTE: This is not right-to-left. The right-to-left support is achieved by css and is specific for each theme.

Ivan Stoyanov

Thank you for choosing our products! Your feedback is important to us!
shayt
11 years ago
#1821 Quote
Avatar
  • 46
hi,

i am talking about the quick tabs headers,
currently they are left to right (LTR),
and i want it to be in RTL.

it's probably should be fixed in the CSS,
but if you can tell me exactly what to change in the CSS for that.

here is my demo site -
http://dev.bbooks.co.il/%D7%97%D7%AA%D7%95%D7%A4%D7%99%D7%9C

Thanks,
Shay
IvanStoyanov
11 years ago
#1823 Quote
Avatar
  • Moderator
  • 269
shayt wrote:
hi,

i am talking about the quick tabs headers,
currently they are left to right (LTR),
and i want it to be in RTL.

it's probably should be fixed in the CSS,
but if you can tell me exactly what to change in the CSS for that.

here is my demo site -
http://dev.bbooks.co.il/%D7%97%D7%AA%D7%95%D7%A4%D7%99%D7%9C

Thanks,
Shay


Hi Shay,

Please add the following css to the [b]Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Themes/DarkOrange/Contentjquery-ui-1.8.21.custom.css[/b] file (add it to the existing css classes).

.ui-tabs { direction: rtl; }
.ui-tabs .ui-tabs-nav li.ui-state-default {float: right; }
.ui-tabs .ui-tabs-nav li a { float: right; }


Ivan Stoyanov
Thank you for choosing our products! Your feedback is important to us!
shayt
11 years ago
#1824 Quote
Avatar
  • 46
works Great !

i added it to my custom CSS, and it is working very good.

Shay