Title: Hasanbeyoglu's Replies | WordPress.org

---

# Hasanbeyoglu

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Website starting in middle in iE :S](https://wordpress.org/support/topic/website-starting-in-middle-in-ie-s/)
 *  Thread Starter [Hasanbeyoglu](https://wordpress.org/support/users/hasanbeyoglu/)
 * (@hasanbeyoglu)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/website-starting-in-middle-in-ie-s/#post-3955528)
 * Ohh i’m sorry. Ok. Thank you so much i’ll change it and i’ll use wordpress.org
   theme. Thank you so much again…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Blog Title and Description on theme](https://wordpress.org/support/topic/remove-blog-title-and-description-on-theme/)
 *  Thread Starter [Hasanbeyoglu](https://wordpress.org/support/users/hasanbeyoglu/)
 * (@hasanbeyoglu)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-blog-title-and-description-on-theme/#post-3429206)
 * Sorry guys. I solved this problem. I’m writing for other friends who will see
   same problem. You can hide your bloginfo on theme. You can hide from only visitors.
   Google or Web Browser can see it. If you wanna hide your Bloginfo and Description,
   That’s the solution. An Example for Nomad Theme. I opened CSS style and found
 *     ```
       #blogname h1 {
           font-size: 42px;
           margin: 15px 0px 0px 0px;
           font-weight: normal;
       	text-align:center;
       }
       ```
   
 * after i changed like that
 *     ```
       #blogname h1 {
           font-size: 1px;
           margin: 15px 0px 0px 0px;
           font-weight: normal;
       	text-align:center;
       	visibility:hidden;
       }
       ```
   
 * I hid my blogname succesfully. I changed font-size because Logo and a sidebar
   between had a big space. Thank you guys for interest my problem.

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