Hi, how can I fix the issues seen in the screenshot?
Hey DROR,
Thank you for using Enfold.
The screenshot looks different from the actual page. Is this fixed? The screenshot shows an ltr layout instead of rtl.
Best regards,
Ismael
yes, thanks.
Hi bakbek,
To make it look like rtl layout, you can use this css code:
#top #bbpress-forums div.bbp-forum-author,
#top #bbpress-forums div.bbp-topic-author,
#top #bbpress-forums div.bbp-reply-author {
float: right !important;
margin-right: 0 !important;
margin-left: 30px !important;
}
.avia_transform #top .bbp-replies .bbp-reply-author::before,
.avia_transform #top .forum-search .bbp-reply-author::before,
.avia_transform #top .forum-search .bbp-topic-author::before {
left: auto;
right: 103px;
transform: rotate(225deg);
}
Best regards,
Nikko
Thanks, how can I make the comment border smaller? Less wide?
Hi bakbek,
Try adding this css code:
#top #bbpress-forums .bbp-body div.bbp-topic-content,
#top #bbpress-forums .bbp-body div.bbp-reply-content {
border-width: 4px;
}
Best regards,
Nikko
Thanks again.
Hi bakbek,
You’re always welcome :)
We’re just glad that we could help.
Thanks too for using Enfold and have a great day!
Best regards,
Nikko