Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 308015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:36:41+00:00 2026-05-12T07:36:41+00:00

I have been trying to get the WordPress menu inline and below my side

  • 0

I have been trying to get the WordPress menu inline and below my side navigation but FireBug is not helping and I cant see where I am going wrong! The doe for the side nav is blow but if you go to http://bradburyembroidery.com/houses4cash/blog/ you will see how it moves out of line!


 <?php
     /**
      * @package WordPress
      * @subpackage Default_Theme
     */
    ?>
    <div id="sidePanel">
            <div id="categories">
        <ul id="categoryList">
            <li><a href="http://www.housesforcashuk.co.uk/sell-my-house-fast">Sell My House Fast</a></li>
    <li><a href="http://www.housesforcashuk.co.uk/QuickHouseSale.php">Quick House Sale</a></li>

    <li><a href="http://www.housesforcashuk.co.uk/sell-and-rent-back">Sell And Rent Back</a></li>
    <li><a href="http://www.housesforcashuk.co.uk/repossession">Repossession</a></li>
    <li><a href="http://www.housesforcashuk.co.uk/codeofconduct.php">Code Of Conduct</a></li>
    <li><a href="http://www.housesforcashuk.co.uk/blog">Blog</a></li>
    <li><a href="http://www.housesforcashuk.co.uk/testimonials.php">Testimonials</a></li>
    <li><a href="http://www.housesforcashuk.co.uk/contact-us.php">Contact Us</a></li>   </ul>

        <div style="padding-top:5px; padding-bottom:5px;" id="copyright">
      Copyright &copy; 2007-09<br /><a href="index.php"><b>Houses For Cash Ltd</b></a><br />

      All Rights Reserved
      </div>


    </div>


    <div style="clear:both;"></div>
    <div id="side2">
    <ul>
                <?php   /* Widgetized sidebar, if you have the plugin installed. */
                        if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
                <li>
                    <?php get_search_form(); ?>
                </li>

                <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
                <li><h2>Author</h2>
                <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
                </li>
                -->

                <?php if ( is_404() || is_category() || is_day() || is_month() ||
                            is_year() || is_search() || is_paged() ) {
                ?> <li>

                <?php /* If this is a 404 page */ if (is_404()) { ?>
                <?php /* If this is a category archive */ } elseif (is_category()) { ?>
                <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>

                <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
                <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
                for the day <?php the_time('l, F jS, Y'); ?>.</p>

                <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
                <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
                for <?php the_time('F, Y'); ?>.</p>

                <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
                <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
                for the year <?php the_time('Y'); ?>.</p>

                <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
                <p>You have searched the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
                for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>

                <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
                <p>You are currently browsing the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives.</p>

                <?php } ?>

                </li>
            <?php }?>
            </ul>
            <ul role="navigation">
                <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

                <li><h2>Archives</h2>
                    <ul>
                    <?php wp_get_archives('type=monthly'); ?>
                    </ul>
                </li>

                <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
            </ul>
            <ul>
                <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
                    <?php //wp_list_bookmarks(); ?>


                <?php } ?>

                <?php endif; ?>
            </ul>
    </div>  



    </div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T07:36:42+00:00Added an answer on May 12, 2026 at 7:36 am

    If you add the following line to your #side2 ul it should do the trick:
    padding-left: 0px;

    I inspected your css files and indeed it is hard to track where this 40px are being added.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 276k
  • Answers 276k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use whatever stops you repeating yourself. I'm a fan of… May 13, 2026 at 2:44 pm
  • Editorial Team
    Editorial Team added an answer It's because you have registered the event listener for CustomPageClickEvent… May 13, 2026 at 2:44 pm
  • Editorial Team
    Editorial Team added an answer use: link[@rel='alternate'][@type='application/rss+xml' or @type='application/atom+xml'] see http://www.w3.org/TR/xpath/#NT-OrExpr You could also use… May 13, 2026 at 2:44 pm

Related Questions

I have been trying to days now to get this website completed ... however,
Thanks for all the great answers, this helps a lot! Hello, I need some
I've got a WordPress powered blog that I'm trying to get setup on our
I've been trying to integrate deploying java .war 's in GlassFish V3 through Maven.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.