Adjusting position of disqus comments

December 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 23, 2016 6:42 pm
Reply with quote
Report this post
Hello,

I recently tried implementing disqus comments on my website (http://www.thechristianbeat.org) to replace my current commenting system, JComments, but I noticed an odd formatting issue.

The disqus comments loads directly under article text and due to the template's design appears short. The current positioning of disqus plugin leaves an awkward amount of white space to the left of the plugin instead of taking up the whole area. I am trying to figure out if it is possible for disqus to take up a larger horizontal area like JComments does? I have attached a screenshot to try and explain this inquiry better.

Thanks so much!
User avatar
Senior Boarder

teitbite
Fri May 27, 2016 1:28 pm
Reply with quote
Report this post
Hi

In that case I advice to eliminate this margin by adding this code to override.css

Code: Select all
article aside {
    float: none;
    width: 100%;
}

.itemAsideInfo + .itemBody {
    margin-left: 0;
}
User avatar
Moderator

GK User
Thu Jun 02, 2016 1:32 am
Reply with quote
Report this post
Problem solved. Thanks so much!
User avatar
Senior Boarder

teitbite
Mon Jun 06, 2016 7:01 pm
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.