Disqus margins

Hi there,

I have a full-width post here https://thelanguagesherpa.com/russian-untranslatable/ and I wanted to give the Disqus comments at the bottom a 10% padding on both right and left sides.

Do you know how I can achieve this?

Thank you!
LS

Hello @riugn557,

Thanks for writing in! :slight_smile:

I can see you’ve installed X child theme with Pro theme which aren’t compatible.

Kindly download and install Pro child theme instead. Here’s an article to guide you:

Once done, you can add this code into Pro > Theme Options > CSS:

#comments {
   padding: 0 10%;
} 

Hope this helps.

Hi Jumar,

The code for the comment margins worked, so thank you for that.

With regards to the theme, as you can see I have indeed installed the Pro child theme, so I don’t know why it is saying the X child theme…

Hi there,

Please ignore the previous suggestion about the child theme. Your setup is correctly as you have the Pro child installed and active.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.