Jump to content

Featured Replies

comment_189802

hi

add to custom.css

html[dir="rtl"] .focus-header-align, html[dir="rtl"] .focus-secondary-header {
  direction: ltr !important;
}

 

On 1/25/2023 at 11:39 AM, avangcom said:

And how can you put a logo photo instead of Invision Community?

in theme setting like default theme

Edited by turk

  • Author
comment_189810
3 hours ago, turk said:

hi

add to custom.css

html[dir="rtl"] .focus-header-align, html[dir="rtl"] .focus-secondary-header {
  direction: ltr !important;
}

 

in theme setting like default theme

Thanks to you, it has changed, but it is as follows

o1.thumb.jpg.6275dd9e4c907a11b33249546c1d58b2.jpg

 

change in this way

 

O2.thumb.jpg.824f7ab101476f757a74eb5b38f4b65d.jpg

comment_189823

SlawkA div, в котором картинка с аватаркой человека и поле поиска, сделать справа-налево.

Edited by Zero108

comment_189824
4 минуты назад, Zero108 сказал:

SlawkA div, в котором картинка с аватаркой человека и поле поиска, сделать справа-налево.

я хоть и на половину иранец фарси. но я не знаю как это сделать :bn:

с права налево

  • Author
comment_189848
1 hour ago, by_ix said:

в настройках темы, вкладка "logos".

Да, проблема с логотипом решена, но проблема с написанием справа налево не решена

comment_189849

avangcom вместе с первым вариантом добавьте это:
 

[data-focus-navigation-align~="right"][dir="rtl"] .ipsNavBar_primary {
    text-align: right;
    margin-right: 20px;
}

 

comment_189895
.ipsNavBar_primary > ul > li:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary {
right: var(--nav-dropdown--offset-x) !important;
left: auto !important;
}
[dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(1) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(2) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(3) > .ipsNavBar_secondary::before {
left: auto !important;
right: 20px !important;
}

 

 

html[dir="rtl"] .ipsNavBar_secondary > li {
  direction: rtl;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.