html css problem

3 posts Page 1 of 1
Contributors
User avatar
Mark
VIP - Donator
VIP - Donator
Posts: 372
Joined: Mon Aug 17, 2009 10:35 pm

html css problem
Mark
RESOLVED
Last edited by Mark on Sun Dec 27, 2015 12:26 am, edited 1 time in total.
http://www.mbappz.com
User avatar
KraZy
Top Poster
Top Poster
Posts: 93
Joined: Sat May 26, 2012 8:40 am

Re: html css problem
KraZy
Why you not use Bootstrap framework?
I'm in the empire business.
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Re: html css problem
Filip
Hey,

try adding both .post_area and .sidebar to one common parent div. Something like:
Code: Select all
<div class="parent">
<div class="post_area">
...
</div>
<div class="sidebar">
...
</div>
</div>
Next up, to your .parent add the following in css file:
Code: Select all
display: table;
You should change both .post_area and .sidebar by adding display: table-cell property and removing their float properties.

Hope it helps!

KR,
-Filip

PS: consider downscaling your images since each one of them is almost 6 megabytes!!! It took me 35 seconds without cache to load the entire page on 10 Mbps connection..
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
3 posts Page 1 of 1
Return to “Help & Support”