From 335fa4074efefa4ad86c978b24707d23a730ca86 Mon Sep 17 00:00:00 2001 From: Mohammad Anbarestany Date: Sun, 16 Feb 2020 17:06:20 +0330 Subject: [PATCH] bug fix for buddypress --- rtl.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/rtl.css b/rtl.css index 202fbce..c005f63 100755 --- a/rtl.css +++ b/rtl.css @@ -693,10 +693,6 @@ body .td-stretch-height { #buddypress #item-header-cover-image #item-header-avatar { float: right; } -#buddypress div#item-header #item-header-cover-image #item-header-content { - margin-right: 170px; - margin-left: 0; -} #bbpress-forums #bbp-search-form .button { left: 0; right: inherit; @@ -742,9 +738,6 @@ body .td-stretch-height { div#item-actions { margin-top: 204px !important; } -#buddypress div#item-header #item-header-cover-image #item-header-content { - margin-right: 160px; -} .td-review-percent { float: left; } @@ -763,4 +756,14 @@ div#item-actions { } pre { direction: ltr !important; +} +#buddypress div#item-header #item-header-cover-image #item-header-content { + margin-right: 170px; + margin-left:0; + float: right; +} +body.groups #buddypress div#item-header #item-header-cover-image #item-header-content { + margin-left: 170px; + margin-right:0; + float: left; } \ No newline at end of file