Can I Display The Built-in Disqus Comments Functionality Boxed Instead Of Fluid? - Question | JoomShaper

Can I Display The Built-in Disqus Comments Functionality Boxed Instead Of Fluid?

D

Deprofundis

SP Page Builder 2 years ago

Hi, I'm using Giver template and been able to publish Disqus comments under my articles. Problem is the comments occupy the whole screen width (fluid) instead of the articles width (boxed). Is there a way to make comments boxed? Thanks.

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #38556

Hi, maybe not by settings, but by custom CSS probably.

If you're CSS beginner - just share URL where you have article with comment area.

0
D
Deprofundis
Accepted Answer
2 years ago #38562

Hi. Thank you for you prompt answer. I'm definitely a CSS noob. I've added the url in the hidden content field.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #38566
#article-comments {
    max-width: 1140px;
    margin: 0 auto;
}

Now, read in Helix documenation where you should put above CSS.

0
D
Deprofundis
Accepted Answer
2 years ago #38568

It worked like a charm. Thank you very much!

0