brooks
asked 11 years ago

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
DominicStaff
answered 11 years ago

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

brooks
replied 11 years ago

That worked great. Thanks.

Powered by DW Question & Answer Pro