Skip to main content

RTL Theme Compatibility Layout Issue

Hi everyone,

There is a persistent layout problem with theme compatibility pages in RTL sites. If you're facing this issue just copy & paste these css rules below.

To note - this is just a temporary solution. There is still a glitch that when you move from a theme compatibility page to a regular community page - you feel the switch, all the elements move a few pixels and it doesn't feel smooth. If you could please address this Shahjahan JewelΒ 

body.page-template-fluent-community-frame-full .spaces {
left:auto!important;
right:0;
}
body.page-template-fluent-community-frame-full .feed_layout {
direction: rtl;
padding-left: 0px;
padding-right: 280px;
}
body.page-template-fluent-community-frame-full .spaces .space_contents h4.space_section_title {
margin-right:18px;
}

body > div.fcom_wrap.fcom_wp_frame > div > div > div.fhr_content > div > div > div.feeds_main.fcom_theme_full.fcom_wp_content.fcom_fallback_wp_content {````direction:rtl!important;````}

body.page-template-fluent-community-frame-full .fcom_user_context_menu_items .fcom_user_menu_item .fcom_profile_extend.fcom_extend_menu .fcom_profile_sub_menu {
left:0;
right: auto!important;}

Assaf Manor

Sella YoffeΒ This would interest you.