Help with a few alignments

Posted in: Newspaper
Post count: 107

Hi team! I wanted to correct the alignment of the comment plugin disqus on both mobile and PC. It’s a bit off. Like on PC, it should be aligned with the above elements. On mobile, there are no margins at all. I have provided screenshots regarding the concern.

PC – https://imgur.com/a/Mmno3Ci
Mobile – https://imgur.com/a/gmnHWjV

Post count: 35449

Hi,

For desktop please use this custom css
#disqus_thread {
width: 696px;
}

Set the code in Theme panel>Custom code>Custom css
-> https://www.screencast.com/t/hZQz3Eyy

For mobile theme please insert this code in Theme panel> Mobile theme > Custom code>
#disqus_thread {
margin: 0px 15px;
}

-> https://www.screencast.com/t/5pXpndAeAX

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.