Title: devgirl's Replies - page 2 | WordPress.org

---

# devgirl

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 38 total)

[←](https://wordpress.org/support/users/elfynity5/replies/?output_format=md) [1](https://wordpress.org/support/users/elfynity5/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/elfynity5/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/elfynity5/replies/page/3/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/page/2/#post-3085723)
 * Or rather change it back to
 * `<div style="clear:both"></div>`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/page/2/#post-3085722)
 * ok remove that and try and add this:
 *     ```
       #wrapper{
       margin-bottom:50px;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/page/2/#post-3085718)
 * oh right, you need to make a space between the wrapper and the footer, so just
   change this:
 * `<div style="clear:both"></div>`
 * to this:
 * `<div style="clear:both; height:40px;"></div>`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/page/2/#post-3085711)
 * I don’t see a shadow on the page, i just see that your footer is aligned to the
   left. I’m using firefox to view it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help with different width/length of text and border in a post](https://wordpress.org/support/topic/help-with-different-widthlength-of-text-and-border-in-a-post/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/help-with-different-widthlength-of-text-and-border-in-a-post/#post-3085702)
 * Hi miapia, it is a bit hard to figure out exactly what you mean without seeing
   it, but i am really glad that you figured it out!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/page/2/#post-3085700)
 * i know, but which page are you specifically looking at? Because i couldn’t see
   where you had added the shadow.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/#post-3085674)
 * Please send me the link of the page you are viewing. I have to go out now, but
   will be back in a few hours and will help you again then.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/#post-3085670)
 * That is also easy, add this just before </div> of your wrapper tag:
 *     ```
       <div ="wrapper">
   
       <div style="clear:both"></div>
       </div>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/#post-3085667)
 * That’s easy to fix. Just put this into your css for your footer:
 * `#footer{
    margin:0 auto; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/#post-3085664)
 * Your footer div needs to be taken out of the wrapper div on the html of your 
   page. Right now it is like this basically:
 * <div id=”wrapper”>
    <div id=”footer”> </div> </div>
 * and it should be like this rather:
 * <div id=”wrapper”>
    </div>
 * <div id=”footer”>
    </div>
 * That separates the two.
 * You will have to change it on every .php page that has it in the wrong order,
   and then the css will work.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help with different width/length of text and border in a post](https://wordpress.org/support/topic/help-with-different-widthlength-of-text-and-border-in-a-post/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/help-with-different-widthlength-of-text-and-border-in-a-post/#post-3085658)
 *     ```
       .picture img{
       width:700px;
       }
   
       .info{
       width:520px;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/#post-3085652)
 * Sorry, my links aren’t showing:
    [http://dimox.net/cross-browser-css3-box-shadow/](http://dimox.net/cross-browser-css3-box-shadow/)
   [http://dev.opera.com/articles/view/cross-browser-box-shadows/](http://dev.opera.com/articles/view/cross-browser-box-shadows/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to separate Wrapper and footer](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/)
 *  [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-separate-wrapper-and-footer/#post-3085651)
 * Add this to your style.css file (anywhere is good):
 *     ```
       #wrapper {
         -moz-box-shadow: 10px 10px 10px #000; /* Firefox */
         -webkit-box-shadow: 10px 10px 10px #000; /* Safari, Chrome */
         box-shadow: 10px 10px 10px #000; /* CSS3 */
       ```
   
 * If you want it to work in IE, there are a few solutions that you can use, you’ll
   have to do some reading:
    [](http://dev.opera.com/articles/view/cross-browser-box-shadows/)
   [](http://dimox.net/cross-browser-css3-box-shadow/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CataBlog] [Plugin: CataBlog] Catablog vertical menu](https://wordpress.org/support/topic/plugin-catablog-catablog-vertical-menu/)
 *  Thread Starter [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-catablog-catablog-vertical-menu/#post-3038290)
 * It’s ok, it’s just that I am eyeballs deep in coding here with this website and
   still got a long way to go!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CataBlog] [Plugin: CataBlog] Catablog vertical menu](https://wordpress.org/support/topic/plugin-catablog-catablog-vertical-menu/)
 *  Thread Starter [devgirl](https://wordpress.org/support/users/elfynity5/)
 * (@elfynity5)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-catablog-catablog-vertical-menu/#post-3038288)
 * I mean developing the website i gave you link for.

Viewing 15 replies - 16 through 30 (of 38 total)

[←](https://wordpress.org/support/users/elfynity5/replies/?output_format=md) [1](https://wordpress.org/support/users/elfynity5/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/elfynity5/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/elfynity5/replies/page/3/?output_format=md)