Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #578622

    Any idea how to move avatar and user details from side to up in text box? Only for phone vertical mode.

    #578624

    Hi FotomanKy!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
        float: none;
    }
    .avia_transform .bbp-replies .bbp-reply-author::before, .avia_transform .forum-search .bbp-reply-author::before, .avia_transform .forum-search .bbp-topic-author::before { 
    display: none;
    }}

    Regards,
    Yigit

    #578965

    Almost work. User div must still get same level as those edit etc. links

    • This reply was modified 8 years, 9 months ago by FotomanKy.
    #580680

    Hi!

    can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.

    Best regards,
    Andy

    #580693

    Here is the link.

    #581245

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .bbp-reply-header {
        margin-bottom: -45px!important;
    }}

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.