I'm unable to get my posts to show correctly. They appear in just half of the screen as shown and the "Leave a reply" text is in the wrong area.
Any ideas for a fix?
css looks ok on the content. I suspect the "leave a reply" box is causing the issue.
#wpforo #wpforo-wrap .wpforo-content{width:69%; float:left; padding:0px; box-sizing: border-box;}
#wpforo #wpforo-wrap .wpforo-content.wpfrt{padding-right: 20px;}
#wpforo #wpforo-wrap .wpforo-right-sidebar{width:28%; float:right; padding:0px 0px 0px 0px; box-sizing: border-box;}
#wpforo #wpforo-wrap [class*="content"]:after{clear: none;}
Superb!
Many thanks on the reply and thanks for a great a great forum!
I'm having a similar issue, but with the iPad mobile version of my website ( https://ebonynsweet.com/forums ). It does work properly on the desktop version, and I used the Developer Tools for chrome to see what it looks like in mobile view and it looks correct. But somehow, the width is still not sizing up on the ipad. This is the CSS code that I used:
#wpforo #wpforo-wrap {
font-size: 15px; width: 111%; padding:0px 15px; margin:0px;
}
-----
and I also added the "Fix" as mentioned in this thread. But it didn't work for me.
-----
Hi @ebonynsweet,
I have checked your forum and saw that the forum length is equal to your website length(website menu length), the forum length will be fixed if you fix the website length(website menu length).