Daniel Doe
asked 9 years ago

Hi

You’ve done some excellent work on this theme.

Question: Is it possible to disable the right sidebar when i view pages and posts in mobile view? So that it dosen’t move to the bottom of the page.

Also, where do I disable and/or customize the comment section on pages and posts?

Thanks in advance

/ D

1 Answers
DominicStaff
answered 9 years ago

Hi,

  • If you want to remove the right-sidebar in the post&page on Mobile view, you can add the following code to the style.css file:
    @media only screen and (max-device-width: 480px) {
    #secondary {display: none; }
    }
  • If you want to customize the comment section, you can open the comments.php file or tell me detail about the position that you want to change, I will help you.
    Also, you can add the following code to the style.css file to remove the comment section:
    .comments-area { display: none;}
    Hope this helps !
Powered by DW Question & Answer Pro