Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Have you used any custom CSS code to set width for forum part and for widget part? I see some affection from custom CSS code or from the active WordPress theme. Please leave your forum URL to allow us debug it.

    Thread Starter xszejdi

    (@xszejdi)

    Hey @gvectors-team!

    Thank You for quick response and great support.

    Now i realized i added something to css in the plugin settings some time ago. I deleted:

    #wpforo-wrap {
       font-size: 13px; width: 100%; padding:10px 0; margin:0px;
    }
    
    @media screen and (min-width:601px) {
       #wpforo-wrap .wpforo-content{width:73%; }
       #wpforo-wrap .wpforo-right-sidebar{width:24%;}
    }
    

    And it works! Seeing this code, i immediately knew that this is the cause. I wish you all the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsiveness at different resolutions’ is closed to new replies.