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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T07:09:12+00:00 2026-06-09T07:09:12+00:00

I am trying to display unordered lists next to each other but can’t get

  • 0

I am trying to display unordered lists next to each other but can’t get it to work even when I use css rules to match the way they display.

Heres my code:

<ul class="outterList">
    <li>
       <span class="bigText">Main</span>
    </li>
    <li>
       <span class="medText">Included</span>
       <ul class="innerList">
            <li>TestMessage - text</li>
            <li>bla - text</li>
            <li>asffadgsd - text</li>
            <li>iuygouhlubrsf - text</li>
            <li>New Test - text</li>
            <li>TestFileName - photo</li>
            <li>TestFileName2 - photo</li>
            <li>jvv - photo</li>
            <li>ujjjjjjjjjjj - photo</li>
            <li>MR. Bean - text</li>
        </ul>
    </li>
</ul>

And my CSS:

.outterList{
    display: inline ;       
}

.innerList{
    display: block;
}

What Im trying to show is somthing like:

        List1(empty list)           List2

                                    *item1

                                    *item2

Anyone knows how to fix this?

  • 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-09T07:09:17+00:00Added an answer on June 9, 2026 at 7:09 am
    .outterList{
        display: block;  
    }
    
    .outterList > li {
        display: inline-block;
        vertical-align: top;
    }
    

    Demo: http://jsfiddle.net/Q8qNj/4/

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

Sidebar

Related Questions

I am trying to display the employee number of each employee who manages other
I'm trying to display an unordered list horizontally. In each list item, I have
im trying to display things inline using css that should be right next to
Im trying to display some files in a web page so the user can
I'm trying to display all the 'legs' for each of my 'trips' in my
Trying to display a message for each text box which the user didn't enter
I'm trying to create a unordered list, with each li element having it's own
I am trying to get a button to appear above an unordered list, and
I'm trying to add fullscreen functionality to my program but I couldn't get it
Im trying to display text but that isnt working. I create a dynamic text

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.