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 8867791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:07:31+00:00 2026-06-14T17:07:31+00:00

I have a simple two column responsive design with Skeleton boilerplate. For the sidebar

  • 0

I have a simple two column responsive design with Skeleton boilerplate.
For the sidebar I have this div, inside a container div:

 <div class="container">
    <div class="four columns">
       /* logo and menu */
    </div>
    <div class="nine columns post">
       /* contents... */
    </div>
 </div>

I like the way it looks in wide viewports and how it’s stacked on narrower ones, but I’d like to have the sidebar (four columns div) in the wider sizes always fixed at the left, while scrolling the content of the other div.

Tried several things but it ends screwing up the responsive layout, I guess I don’t have a thorough knowledge of CSS positioning…

Any help is appreciated!
Thanks.

  • 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-14T17:07:32+00:00Added an answer on June 14, 2026 at 5:07 pm

    I read that you are using the Skeleton Boilerplate.

    I recommend that you put your logo and menu in a <nav>element. When closing </nav>, insert a non-breaking space (&nbsp;). This non-breaking space will hopefully fix your problem!

     <div class="container">
        <div class="four columns">
           <nav>
           /* logo and menu */
           </nav>
           &nbsp;
        </div>
        <div class="nine columns post">
        /* contents... */
        </div>
    

    The next thing to do is to go to your CSS file and insert:

    nav{ position:fixed; width:220px; /*found the width-info on Skeleton website*/ }
    

    Let me know if it worked out for you!

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

Sidebar

Related Questions

I am newbiew to css. Please have a look of this simple two column
I have a simple two column layout with fixed widths. <div id='box'> <div id='ontop'>Ontop</div>
I have these two simple files that define a C++ class with a tryME
I have simple form like this which accepts only two values string action and
I have a simple two column layout with a footer at the bottom. When
I have two simple tables: (here only the "id" column) table1: id 1 2
I have a simple Android Spinner which I fill with a two column list
I have following two simple POJOs: class Person { String name Address address; //and
I have a simple two column table; I want a way to align the
I have simple page using a two-column page layout that breaks on zooming. Here

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.