Title: neronix's Replies | WordPress.org

---

# neronix

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding logo, searchbox, facebook button on header of twentyeleven](https://wordpress.org/support/topic/adding-logo-searchbox-facebook-button-on-header-of-twentyeleven/)
 *  Thread Starter [neronix](https://wordpress.org/support/users/neronix/)
 * (@neronix)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/adding-logo-searchbox-facebook-button-on-header-of-twentyeleven/#post-2980374)
 * Okay I played around css of searchform changed to these values:
    Everything seems
   ok for now. Need to check on different monitor resolution (other than 1024×768).
 *     ```
       #branding #searchform {
       	position: absolute;
       	top: 10em; /* <--this value */
       	right: 7.6%;
       	text-align: right;
       }
   
       #branding #searchform div {
       	margin: 0;
       }
       #branding #s {
       	float: right;
       	-webkit-transition-duration: 400ms;
       	-webkit-transition-property: width, background;
       	-webkit-transition-timing-function: ease;
       	-moz-transition-duration: 400ms;
       	-moz-transition-property: width, background;
       	-moz-transition-timing-function: ease;
       	-o-transition-duration: 400ms;
       	-o-transition-property: width, background;
       	-o-transition-timing-function: ease;
       	width: 200px; /* <--this value */
       }
       #branding #s:focus {
       	background-color: #f9f9f9;
       	width: 200px; /* <--this value */
       }
       ```
   
 * solution for other problems still trying to figure out
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add Meteor Slides to header of Twenty Eleven theme](https://wordpress.org/support/topic/add-meteor-slides-to-header-of-twenty-eleven-theme/)
 *  Thread Starter [neronix](https://wordpress.org/support/users/neronix/)
 * (@neronix)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-meteor-slides-to-header-of-twenty-eleven-theme/#post-2979064)
 * yes of course. above code is without errors. i want to add meteor slides in the
   header.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add logo and change css property](https://wordpress.org/support/topic/add-logo-and-change-css-property/)
 *  Thread Starter [neronix](https://wordpress.org/support/users/neronix/)
 * (@neronix)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-logo-and-change-css-property/#post-2979045)
 * I am running website locally.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to show news headings in static frontpage](https://wordpress.org/support/topic/how-to-show-news-headings-in-static-frontpage/)
 *  Thread Starter [neronix](https://wordpress.org/support/users/neronix/)
 * (@neronix)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-show-news-headings-in-static-frontpage/#post-2967756)
 * Thank you. It will certainly be helpful.
 * Why WordPress team doesn’t put related links on the Plugins Directory page? Finding
   Plugins would be much more easier then…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to show news headings in static frontpage](https://wordpress.org/support/topic/how-to-show-news-headings-in-static-frontpage/)
 *  Thread Starter [neronix](https://wordpress.org/support/users/neronix/)
 * (@neronix)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-show-news-headings-in-static-frontpage/#post-2967754)
 * Sorry for late reply. I wasn’t talking about that sort of news. I was wondering
   if I could show summarized post of specific category on the static frontpage.
   I have checked previous threads but I haven’t still figured it out

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