Hi,
How do I replace the 3 small advertising sections at the top with just one large space where I can put the 770×80 ad?
1 Answers
Hello Brooks!
if you want to replace the 3 small advertising sections at the top with just one large space and put the 770×80 ads
Firstly, you need remove the 3 small advertising sections at the top by Log in to Dashboard > Appearance > widget > Header
and to remove border you can go to Theme option add code following:
<style>
.site-header #header {
background: none !important;
}
</style>
Next, if you want to put the 770×80 ads at the top with, you can use widget “Text” and add code following in Theme option:
<style>
.textwidget {
width: 770px;
}
.widget_text {
overflow: visible;
}
</style>
Regards,
Dominic
That worked great. Thanks.
Please login or Register to submit your answer