• Resolved Davood Denavi

    (@binarywc)


    I am a website developer and I have a client who uses your plugin.

    After your most recent update the spacing of our comments area changed causing content overflow with our design. We had the same amount of space to the left and right of your widget within the box we added around it. I am able to fix this with CSS but we do not want my fixes to break on any future updates.

    https://ibb.co/ft0LWXm – Comments box on article with no comments

    https://ibb.co/vwKKp5K – Comments box on article with view comments button
    https://ibb.co/zhhQzYC – Comments box on article after view comments button is clicked

    Please advise the best and most robust way for us to fix this so that it will not break again or provide an to the plugin that resolves the spacing issue that was created by your most recent update.

    Thank you in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Please leave the example URL to allow us to check the issue.

    Thread Starter Davood Denavi

    (@binarywc)

    An article with comments: https://mechanicalelements.com/shock-absorbers-for-trailers/
    An Article without comments: https://mechanicalelements.com/announcing-trailer-parts-kits-for-plans/

    Please remember I am a developer and I can come up with the CSS myself to fix this. We just do not it to break on a future update that is why I contacted you before adding custom CSS.

    Thanks in advance.

    Plugin Support gVectors Support

    (@gvectorssupport)

    This issue can be fixed by using custom CSS code, like it provided below:

    div#wpdcom {
    margin: 0 auto;
    padding: 0 15px;
    }

    Insert the code in the “Custom CSS code” textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

    Thread Starter Davood Denavi

    (@binarywc)

    As I said, I am a developer and we want a more robust fix than just adding some temporary CSS to our child theme that might break on a future update. I also stated that I could write the CSS myself so you did not need to provide it.

    Plugin Support gVectors Support

    (@gvectorssupport)

    Dear Davood Denavi,

    This issue doesn’t have a global solution. There are many factors that may affect this CSS conflict. In this case, the best solution is to use custom CSS code.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Recent Update Causing Content Overflow Issue’ is closed to new replies.