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
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.
Please login or Register to submit your answer