sc414
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Twentythirteen theme comment width issueWell spotted! Thanks for your help, I will mark this thread as resolved.
-sc414
Forum: Plugins
In reply to: [Comments - wpDiscuz] Twentythirteen theme comment width issueOkay, thanks for your help I will use #8.
-sc414
Forum: Plugins
In reply to: [Comments - wpDiscuz] Twentythirteen theme comment width issueThanks for the reply gVectors!
This solution works much better.
Does the second line of CSS also go into the Custom CSS code area or into my child themes style sheet?
What is the purpose of this code?
Thanks
Forum: Plugins
In reply to: [Comments - wpDiscuz] Twentythirteen theme comment width issueHello again!
I know I marked this issue as resolved, but I have realised that there may still be an issue.
I have changed the CSS as above and this works well, but it looks different in different browsers and gets messed up when you zoom in and out.
When using the Disqus plugin, you can change the following code in the comments.php file to fix the formatting:
<div id=”disqus_thread”>
to
<div id=”disqus_thread” class=”entry-content”>
Is there a similar fix I could do with the wpdiscuz plugin so that the comments section is included in the main content? I much prefer your system and would love to make it work for my site!
Thanks again for any help
sc414
Forum: Plugins
In reply to: [Comments - wpDiscuz] Twentythirteen theme comment width issueThat worked beautifully, thanks again for your help – I’m glad it could be achieved with CSS alone.
sc414
Forum: Plugins
In reply to: [Comments - wpDiscuz] Twentythirteen theme comment width issueThanks AdvancedCoding! I will try it out and let you know how it goes.