• Can anyone tell me how i can add adsense banner to the header…. to be more specific to the right of the logo/website name?

    I am pretty sure i am suppose add adsense code to to the “header” section of editor but i dont know where.

    Please help

Viewing 1 replies (of 1 total)
  • Hi,
    first, from appearance > editor, you need to open the header.php then you can add the banner section in here https://prntscr.com/7cidv9

    still in the editor, open the style.css and change this line:

    .site-branding {
    	padding: 50px 0;
    }

    to:

    .site-branding {
    	padding: 50px 0;
            width: 50%;
            float:left;
    }

    also add this new line:

    .banner-header {
      float: left;
      padding: 50px 0;
    }

    dont forget you create the child theme while you modify the file.

Viewing 1 replies (of 1 total)
  • The topic ‘How can i add adsense banner to header?’ is closed to new replies.