8 Replies
Jun 15, 2019 11:07 am
To solve the CSS issue, please add the following CSS code in "Custom CSS code" textarea:
@media screen and (max-width: 800px){
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-content-head {
margin-top: -153px;
}
}
@media screen and (max-width: 800px){
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-author-name{
width:100%;
}
}
Please test it on other mobile devices or try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately. Â
The icon located in the right corner of the post content is the link icon. Once you click on this button it concats the post ID in the address bar. That is, it's a link to the certain post in the current topic. e.g. the following link is the post link where I've asked you to leave the URL of the forum. I've clicked on the link icon to get it. Â
Â