Problem solved I can also use short links 😉 then the problem with the 2nd url no longer exists
@ediko ok, use this code instead of the one above @media screen and (max-width:620px) { #wpforo #wpforo-wrap #wpforo-menu .wpf-menu li > ul {...
@marcelderadmin add this to custom css #wpforo #wpforo-wrap .wpforo-post { background-color: #ffffff; } Dashboard > Forums > Settings...
@ediko the submenu is deactivated for the mobile viewif you want to activate it add this to custom css @media screen and (max-width:620px) { #wp...
@motorhype add this to custom css .wpf_ac_results { display: none; }
@motorhype You can use Advanced Editor Tools for more options Advanced-Editor-Tools.jpg
@motorhype don't copy and paste the Code above use 2 Line Breaks at each Line In the Signature editor so that separate p tags are created
@motorhype Ok, the solution is probably not cross-browser compatible 😉 only use <p> .... </p> tags instead of <br> <p>Mot...
@motorhype it works
@motorhype you added a second "br" to the code #wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p br br { margin-bottom: 10px; } r...
@motorhype that can not beI can see on your side that it works gaps.jpg
@motorhype ok, try this Code #wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p br { margin-bottom: 10px; }
@motorhype add this to custom css #wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p { line-height: 25px; } you can adjust the 25p...
@redrockbob here you can find > we added in forum user notification system