Title: milkos's Replies | WordPress.org

---

# milkos

  [  ](https://wordpress.org/support/users/milkos/)

 *   [Profile](https://wordpress.org/support/users/milkos/)
 *   [Topics Started](https://wordpress.org/support/users/milkos/topics/)
 *   [Replies Created](https://wordpress.org/support/users/milkos/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/milkos/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/milkos/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/milkos/engagements/)
 *   [Favorites](https://wordpress.org/support/users/milkos/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [restyling website in subfolder](https://wordpress.org/support/topic/restyling-website-in-subfolder/)
 *  Thread Starter [milkos](https://wordpress.org/support/users/milkos/)
 * (@milkos)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/restyling-website-in-subfolder/#post-14194401)
 * solved. it was a problem with a plugin.
    thx for your reply.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [home page parent](https://wordpress.org/support/topic/home-page-parent/)
 *  Thread Starter [milkos](https://wordpress.org/support/users/milkos/)
 * (@milkos)
 * [9 years ago](https://wordpress.org/support/topic/home-page-parent/#post-9220264)
 * u r right 😀
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [adding image logo to header – unable](https://wordpress.org/support/topic/adding-image-logo-to-header-unable/)
 *  Thread Starter [milkos](https://wordpress.org/support/users/milkos/)
 * (@milkos)
 * [11 years ago](https://wordpress.org/support/topic/adding-image-logo-to-header-unable/#post-6202544)
 * solved: i’ve just set z-index to 2010…
 * sorry
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [adding image logo to header – unable](https://wordpress.org/support/topic/adding-image-logo-to-header-unable/)
 *  Thread Starter [milkos](https://wordpress.org/support/users/milkos/)
 * (@milkos)
 * [11 years ago](https://wordpress.org/support/topic/adding-image-logo-to-header-unable/#post-6202530)
 * i’ve found a way to add my logo in the header of my template.
    in the custom 
   css i have inserted this:
 *     ```
       #istituzio {
       margin-top:0px;
       margin-left:350px;
       position:relative;
       z-index:100;}
       ```
   
 * …and in the footer.php:
 *     ```
       <div id="istituzio">
       <img src="http://www.villapojanatrastoriaearte.it/wp-content/uploads/2015/05/loghi_istituzionali_low.png" alt="" width="292px" height="40px" border="0"/ >
       </div>
       ```
   
 * but the white ribbon in the header cover the logo even if i use position:absolute;
   and z-index:100;
    why ?
 * if i position margin-top:100px i can see logo image appearing below the white
   ribbon in the header…
    thx

Viewing 4 replies - 1 through 4 (of 4 total)