ikseon
asked 7 years ago

Hello,

I am glad to know your theme DW Minion.
I have questions.

1. Can I remove the Secondary Sidebar?
 – I want to use the blog screen more widely.

2. Is it possible to insert a Google AdSense login with a widget?

Have a nice day 🙂
Thanks!!

1 Answers
DominicStaff
answered 7 years ago

1/ You can add the following code to the style.css file: 

@media (min-width: 768px) {
  #secondary {
    display: none;
  }
}

 
2/ You can go to the wordpress.org/plugins to find a plugin about the Google AdSense. 

Powered by DW Question & Answer Pro