Alwin James
asked 10 years ago

Hi,
I want to change the logo size and ad size in the header. to do this, I am not able to see DW Focus header script and footer script options. I am attaching the screen shot for your reference. I am using mac OS X. Hope that isn’t the problem. I want to keep the ad size as 320×100 right aligned and rest of the area in header goes for logo. Look forward to hear from you asap.Screen Shot
Many Thanks
Alwin

1 Answers
DominicStaff
answered 10 years ago

In the latest version of DW Focus, you can find the DW Focus header script and footer script option in the Dashboard > Customize > Custom Code.
Also, to increase size of the logo in the header, you can have a look at the following answer on how to change it if it helps.
http://cmspioneer.com/designwall/question/how-can-you-upload-a-logo-which-has-the-whole-width-of-the-site/
– To change the ads to 320x 100px, you can do as the following:
1. Log in to Dashboard > Appearance > Widgets > Header,  add the following code to the Text widget :

      <div class="ads-770">
    <a class="ads-thumb" href="http://bit.ly/tf-wallclassic" title="Multi Grids Responsive with JigoShop"><img src="FILE URL"></a>
</div>

Notice: Add your image to Media then copy the FILE URL placed on the right hand side.
2. Open the header.php file in the folder path “\wp-content\themes\dw-focus” , go to line 36
Replace the following code:

  
  <div id="sidebar-header" class="span9">

With new code:

  
 <div id="sidebar-header" class="span4">

Save and see how that goes!
Hope this helps !

Powered by DW Question & Answer Pro