Title: gorjdesign's Replies | WordPress.org

---

# gorjdesign

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add Tags to Articles](https://wordpress.org/support/topic/add-tags-to-to-articles/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/add-tags-to-to-articles/#post-1087887)
 * ok.. but in what file and what line do I add this code line ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add Tags to Articles](https://wordpress.org/support/topic/add-tags-to-to-articles/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/add-tags-to-to-articles/#post-1087863)
 * ok, problem 2 solved, I only need help for the first one ..
    What code in what
   files do I need to change ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pages problem](https://wordpress.org/support/topic/pages-problem-5/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/pages-problem-5/#post-1087434)
 * ???
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Google 301 sitemap redirect error](https://wordpress.org/support/topic/google-301-sitemap-redirect-error/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/google-301-sitemap-redirect-error/#post-1085597)
 * Solved, thx anyway
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Google 301 sitemap redirect error](https://wordpress.org/support/topic/google-301-sitemap-redirect-error/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/google-301-sitemap-redirect-error/#post-1085596)
 * *Bump*
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Page links and make category bar](https://wordpress.org/support/topic/change-page-links-and-make-category-bar/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/change-page-links-and-make-category-bar/#post-1084441)
 * **I cant thank you enough , I made it and it looks like I wanted to.
    Thank you
   again for your time !
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Page links and make category bar](https://wordpress.org/support/topic/change-page-links-and-make-category-bar/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/change-page-links-and-make-category-bar/#post-1084421)
 * well . my header under the </head> looks something like this :
 * > </head>
   > <body>
   >  <div id=”container”>
   >  <div id=”header”>
   >  <div id=”title”>“><?php bloginfo(‘name’); ?>
   > 
   >  <div id=”
   > tagline”><?php bloginfo(‘description’); ?></div> </div>
   >  </div>
   >  <div id=”navigation”>
   >  - 
   >     <?php wp_list_pages(‘depth=1&title_li=’); ?>
   >  </div>
 * I searched the .css for div, ul, li but didint found anything that would suggest
   that it is allined at the right side ..
    I will post here all the results for
   div, ul ,li :
 * > div#title {
   >  font-size:3.5em; margin-top:30px; float: left; }
   > div#title a {
   >  color:#fff; }#sidebar div.title { margin-top: 5px; font-size:
   > 1.1em; color: #333; font-weight: bold; margin-bottom:10px; } ol, ul { list-
   > style: none; } ul, ol { line-height:2; margin-bottom:2em; } ul { list-style:
   > inside disc; } #sidebar ul { list-style:none; } ul li, ol li { margin-bottom:
   > 5px; } #navigation ul { list-style-type:none; list-style-image:none; position:
   > absolute; top:0; right:0; z-index:99; } #navigation li { float: left; }
   > #navigation li a:link,
   >  #navigation li a:visited { float: left; color: #fff;
   > display: block; padding: 10px 10px; font-size: 1em; }
   > #navigation li a:hover,
   >  #navigation li a:active { color:#fff; background-image:
   > url(images/nav-bg.gif); background-repeat:repeat-x; }
   > #navigation li.active a
   >  { color: #555; background-color: #fff; } .commentlist
   > li { margin-bottom: 1.5em; padding-bottom: 1em; border-bottom: 1px solid #69c;}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Page links and make category bar](https://wordpress.org/support/topic/change-page-links-and-make-category-bar/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/change-page-links-and-make-category-bar/#post-1084412)
 * At least help me with the first thing please , the position change .. i really
   need that change..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Page links and make category bar](https://wordpress.org/support/topic/change-page-links-and-make-category-bar/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/change-page-links-and-make-category-bar/#post-1084362)
 * Yes.. but where exactly .. what files and what line code,,
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search form on Theme Problem](https://wordpress.org/support/topic/search-form-on-theme-problem/)
 *  Thread Starter [gorjdesign](https://wordpress.org/support/users/gorjdesign/)
 * (@gorjdesign)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/search-form-on-theme-problem/#post-1083100)
 * I solved it , you can close this.

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