Jump to content

Force float left


JamesB

Recommended Posts

You can't avoid that, cause of the min-width: 100px; as soon as column 2 content makes column1, and column2 greater than width of parent it will stack until it can't no more, then content would bleed out, you can prevent this by using min-width: on parent, but it then could become not practical for smaller screens.

Link to comment
Share on other sites

Fixed the other server issue, it was actually a PHP property extension_dir I hadn't set correctly.

Anyway back to CSS.

 

I've attempt to set "min-width: 200px;" on .project_container but .project_column2 still goes beneath .project_column1

 

I will target the issue of this not being ideal for smaller screens by wrapping the text and moving .project_column2 more to the left later on.

Edited by JamesB
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...