Comments full width

Posted in: Newsmag
Post count: 28

Hi,

I am using style 2 for posts with Newsmag. I was wondering how I can move the comments section below the content and sidebar so that the comments will be full width? Please help.

Thank you!

Post count: 1291

Hi,

You have to edit the template file and comment the comments line – http://screencast.com/t/QSkeE32eIa
Then add at the bottom the following code: – http://screencast.com/t/pbesR44l

<div class="td-container">
    <div class="td-pb-row">
        <div class="td-pb-span12">
            <?php comments_template('', true); ?>
        </div>
    </div>
</div>

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Post count: 28

I tried something similar earlier, but failed lol.

One last thing… how can I disable sidebars from showing on a mobile screen size? What CSS @media can I use to hide them?

Thank you so much!

Post count: 28

Oops, nvm. Just found a thread on issue from today: https://forum.tagdiv.com/topic/disable-sidebar-on-mobile-and-tablet/

Thanks again for solid support!!

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