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

  • SEARCH
  • Home
  • 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 8441881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T08:41:24+00:00 2026-06-10T08:41:24+00:00

I am working with WordPress and I am trying to modify my template so

  • 0

I am working with WordPress and I am trying to modify my template so that on my blog pages. I have a menu on the right hand side of the page while the blog content is on the left. The problem I am having is that all the space under the menu <div> is wasted and I would like to have the blog content wrap/flow around the menu <div>. Normally I would float the menu <div> to the right, however the WordPress engine outputs this <div> after the blog content so I am not sure how to float it to the upper right corner of the page.

I have created a JSFiddle example to illustrate.

  • 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-06-10T08:41:26+00:00Added an answer on June 10, 2026 at 8:41 am

    You can use a short bit of JavaScript to move the menu as necessary. See the JSFiddle I forked from yours.

    Essentially I modified the HTML to add ids to the menu and the blog content, something like this:

    <div id="blog">
        <p>...</p>
    </div>
    <div id="menu">
        ...
    </div>
    

    Then I styled them like so in CSS. Note that the menu has an explicit width but the blog content itself does not.

    #blog { }
    #menu {
        float: right;
        width: 400px;
    }
    

    Then I used a quick bit of JQuery to move the menu into the blog so that it can float right and the text will wrap around it:

    $('#blog').prepend($('#menu').remove());​
    

    Essentially what the JavaScript does is it removes the menu from the dom and then inserts it as the first child in #blog.
    ​

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

Sidebar

Related Questions

I am working with wordpress and I have to display a menu based on
I'm working on a wordpress site, with a blog post that ends like: http://www.blog.com/?p=2
I'm trying to make a page for use with wordpress and it's almost working,
So I have been working with Wordpress 3.x and trying to build a custom
I am trying to create a page in my WordPress Admin Area that displays
Trying to get Galleria script working in WordPress? I am have enqueued the script
I'm working on a WordPress plugin. At the admin page, I have a ajax
I am trying to install a custom menu in my Wordpress theme. I have
i'm currently trying to implement UPLOADIFY to a wordpress template page. I implemented it
I'm working on a WordPress theme and I've created an options page that is

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.