Any idea how to move avatar and user details from side to up in text box? Only for phone vertical mode.
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
Almost work. User div must still get same level as those edit etc. links
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
Here is the link.