Title: EvolveDesigns's Replies | WordPress.org

---

# EvolveDesigns

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HELP 403 Error – No Resolution](https://wordpress.org/support/topic/help-403-error-no-resolution/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/help-403-error-no-resolution/#post-7116166)
 * Okay, after 4 hours, I realized that the plesk settings were overriding the .
   htaccess file and I had to manually add the index.php to the index directories
   through plesk’s panel.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HELP ME PLEASE!!: Posts vs. Pages](https://wordpress.org/support/topic/help-me-please-posts-vs-pages/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-me-please-posts-vs-pages/#post-2922653)
 * okay, I think I’m either going to do that, or keep the page as is and just create
   the posts in addition to this, and link them within the sections on the page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HELP ME PLEASE!!: Posts vs. Pages](https://wordpress.org/support/topic/help-me-please-posts-vs-pages/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-me-please-posts-vs-pages/#post-2922645)
 * But i want the page to look the way it does now but under each location, I want
   the user to be able to comment on it. Each one.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Widget Spacing Help](https://wordpress.org/support/topic/widget-spacing-help-1/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/widget-spacing-help-1/#post-2881257)
 * I do have the reset codes at the opening of my stylesheet
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Widget Spacing Help](https://wordpress.org/support/topic/widget-spacing-help-1/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/widget-spacing-help-1/#post-2881255)
 * i fixed it with clear: both
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Widget Spacing Help](https://wordpress.org/support/topic/widget-spacing-help-1/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/widget-spacing-help-1/#post-2881249)
 * i’m familiar with the css, its the php that is throwing me. I understand the 
   titles are styled with the h5, as it was originally an h2 from where I pulled
   the code, and I adjusted it, but even then, it was displaying a huge gap. I have
   also been using firebug, but it just shows a large space that seems to be connected
   with the h5, yet I can’t change it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Widget Spacing Help](https://wordpress.org/support/topic/widget-spacing-help-1/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/widget-spacing-help-1/#post-2881233)
 *     ```
       // Declare sidebar widget zone
           if (function_exists('register_sidebar')) {
           	register_sidebar(array(
           		'name' => 'Sidebar Widgets',
           		'id'   => 'sidebar-widgets',
           		'description'   => 'These are widgets for the sidebar.',
           		'before_widget' => '<div id="%1$s" class="widget %2$s">',
           		'after_widget'  => '</div>',
           		'before_title'  => '<h5>',
           		'after_title'   => '</h5>'
           	));
           }
       ```
   
 * that is my functions.php
 * i have tried these CSS codes with no success
    #sidebar { float:right; width:300px;
   margin: 0; padding: 0; }
 * #sidebar .widget-title {
    padding:0; }
 * .widget {padding: 0px;}
    .widget-content {margin-top: 5px;}
 * you can view the [site here](http://www.portwashingtonmama.com)
 * excuse the rest of the appearance, its a work in progress
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Media Widget] [Plugin: Social Media Widget] Custom icons not displaying](https://wordpress.org/support/topic/plugin-social-media-widget-custom-icons-not-displaying/)
 *  [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-social-media-widget-custom-icons-not-displaying/page/2/#post-2404696)
 * This is probably a stupid questions but I’m first and foremost a designer, this
   is my first developer job on a dynamic site like wordpress, but my client’s hosting
   is through godaddy.com, does anyone know where I can find the absolute path there?
   I don’t know why its so tedious to link these images up this way.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Navigation Bar Help on Custom Theme](https://wordpress.org/support/topic/navigation-bar-help-on-custom-theme/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/navigation-bar-help-on-custom-theme/#post-2872752)
 * ohhh. I’m sorry, I misunderstood you. I thought that you were telling me to define
   the width of the header as 1003px.
    Thank you very much! That fixed it. I knew
   it was me just making stupid mistakes. Thank you! 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Navigation Bar Help on Custom Theme](https://wordpress.org/support/topic/navigation-bar-help-on-custom-theme/)
 *  Thread Starter [EvolveDesigns](https://wordpress.org/support/users/evolvedesigns/)
 * (@evolvedesigns)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/navigation-bar-help-on-custom-theme/#post-2872745)
 * my header works fine with the page wrap. its the menu that doesn’t react with
   the rest of the page. I want it to stay centered with all the content and move
   with it.

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