Darryl Mitchell
asked 11 years ago

Hi,

I am running the latest version of Focus, and I was able to add 728×90 advertisements in the header using the adsense widget, however I need to place a custom 728×90 ad in the header. I have tried the text widget, however it keeps shrinking the image into one of the ad slots.

http://imageshack.us/photo/my-images/824/58ea.png/

How can I make this image its correct size?

1 Answers
DominicStaff
answered 11 years ago

Hello Darryl Mitchell !

To remove the sections on header to add a banner, please follow the step by step below:

Step 1:

Log in to Dashboard > Appearance > widget > Header, you need to remove the 3 small advertising sections at the top.

To remove the border of the header, please go to theme > customize, you add the following code:

 
<style>

.site-header #header {

    background: none !important;

}

</style>

Step 2:

To set the ads size 728×90 at the top of your site, you can use “Text” widget, go to Dashboard > Theme > customize and add the following code:

“DW Focus header script”

 
<style>

.textwidget {

width: 728px;

}

.widget_text {

overflow: visible;

}

</style>

Hope this helps!

Please don’t hesitate to contact us if you have further questions.

Regards,
Dominic

Darryl Mitchell
replied 11 years ago

Hi, Thanks for your reply, this partially works. After insering the code and the html into the text widget, the ad now appears, however my logo disappears. But when you refresh the page the logo reappears. Any idea why this might be happening?

Powered by DW Question & Answer Pro