Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #956420

    Hi, how can I fix the issues seen in the screenshot?

    #957379

    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

    #957442

    yes, thanks.

    #957989

    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

    #958123

    Thanks, how can I make the comment border smaller? Less wide?

    #958155

    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

    #958198

    Thanks again.

    #958213

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Some Design Fixes’ is closed to new replies.