Hi, I am using WP For as stand alone forum site, so I don't care about wordpWord theme functions and features.
Than temti am using now is 2016 free. The website it looks great on desktop but on a mobile version not Soo good. Not wide enough to cover the screen.
So my question is which theme works better with WP Foro on mobile version view.
Thank you
Please leave website UR, I'll provide some CSS code to make it wide on mobile.
PS. wpForo is well integrated with almost all WordPress theme.
Here is a nice example of wpForo with Divi’s Marathon Layout Pack.
I have changed the theme to ( Clean Commerce ) I might open an online shop soon.
This is the website
Thank you for your help 👍
Thank you @malmossa,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea, save it, delete all caches and do Ctrl+F5 on forum front.
@media screen and (max-width:800px) {
#wpforo #wpforo-wrap {
padding: 10px 1px;
}
}
Thank you Robert, it works like a charm . .