giacomo cosua
asked 10 years ago

I tried to put 2 banner in the header with the dimension of 230×90. The problem is that the second logo is not going to stay in the same line, but is going down creating a new level down. How can i fix it?

 <style>
.ads-230×90 {
  text-align: center;
  height: 90px;
  line-height: 90px;
  max-width: 230px;
  width: 100%;
  display: block;
  margin:0 auto;
  }

  .ads-230×90 a {
  }

  <div class=”ads-230×90″>
    <a href=”mywebsitelink”><img src=”mylogo”>230×90</a>
  </div>

2 Answers
DominicStaff
answered 10 years ago

Hi giacomo, Hope that you are well today. If you want to  put 2 ads banners in the header with the dimension of 230×90 on the DW Focus, try adding the following code to the Text widget in the Header section.

<div class="row widgets-sidebar-header">
    <aside class="widget widget_text span3" id="text-20">
        <div class="textwidget"><div class="ads ads-230x60">
            <a title="Responsive One Page WordPress Theme" href="http://bit.ly/ZgNf6q" class="ads-thumb"><img src="FILE URL"></a>
            <span class="ads-meta">Ads by <a title="Responsive WordPress Themes" href="http://designwall.com">DesignWall</a></span>
        </div>
    </div>
    </aside>       

   <aside class="widget widget_text span3" id="text-20">
        <div class="textwidget"><div class="ads ads-230x60">
            <a title="Responsive One Page WordPress Theme" href="http://bit.ly/ZgNf6q" class="ads-thumb"><img src="FILE URL"></a>
            <span class="ads-meta">Ads by <a title="Responsive WordPress Themes" href="http://designwall.com">DesignWall</a></span>
        </div>
    </div>
    </aside>                   
</div>

Then add the following code to the Header code (Dashboard > Customize > Custom Code)

.ads-230x60 .ads-thumb {
    line-height: 90px;
    min-height: 90px;
}

Save and refresh your site to see how that goes, my friend. Hope this helps !

Rafa Nadel
answered 10 years ago

Try configuring display:in-line option. I am not sure of it, but just a wild guess. I use a similar banner options in my site, not in header though, in body.

Powered by DW Question & Answer Pro