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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:39:27+00:00 2026-05-25T13:39:27+00:00

On my blog that I am setting up, http://beerwhich.com/blogFun/index.html , I am using the

  • 0

On my blog that I am setting up, http://beerwhich.com/blogFun/index.html, I am using the column-width property to create a horizontal reading experience.

The problem: I cannot seem to get multiple posts to display horizontally next to each other despite floating both posts.

Any advice/knowledge would be greatly appreciated!

  • 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-25T13:39:27+00:00Added an answer on May 25, 2026 at 1:39 pm

    @Sean; there is no problem with column-width property just give width to your .container div(parent div) which make space for child divs

    For example:

    .container {
        height: 100%;
        overflow: hidden;
        padding: 20px 0 0 100px;
        width: 4270px;
    }
    

    EDIT:

    As you said that you don’t want to specify width to your div’s. So, may be you can do this

    CSS:

    .container {
        white-space: nowrap;
    }
    .post {
        display: inline-block;
        padding: 110px 0 0;
        white-space: normal;
    }
    .post .text {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -moz-column-width: 320px;
        height: 500px;
    }
    .column {
        display: inline-block;
    }
    

    check is example http://jsbin.com/oruyir/18 give column-count: property according to your text.

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

Sidebar

Related Questions

I'm building a blog that should parse bbcode tags like this: Input: <youtube=http://www.youtube.com/watch?v=VIDEO_ID&feature=channel> Output:
by reading http://www.weston-fl.com/blog/?p=840 , I noticed that on the required list of icons, there
I setup a git server over ssh as http://blog.commonthread.com/post/1034988660/setting-up-a-git-server However, I am still able
After reading http://gbif.blogspot.com/2011/01/setting-up-hadoop-cluster-part-1-manual.html we came to the conclusion our 6-nodes hadoop cluster could use
I'm setting up a custom blog that grabs the posts from a mysql database.
http://code.flickr.com/blog/page/4/ This blog post is from the devs at Flickr, and outlines their simplified
I'm trying to diagnose a problem in UKSyntaxColoredTextDocument 0.4 http://www.zathras.de/angelweb/blog-uksctd-oh-four.htm where text that actually
I got my Apache Mod_WSGI and Django working following http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ with a twist that
Right now I am using this Javascript timezone timer: http://www.hashemian.com/tools/javascript-countdown.htm This works but it
I have a blog that has a redirect loop, and I can't understand htaccess

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.