html css problem
3 posts
Page 1 of 1
RESOLVED
Last edited by Mark on Sun Dec 27, 2015 12:26 am, edited 1 time in total.
Hey,
try adding both .post_area and .sidebar to one common parent div. Something like:
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..
try adding both .post_area and .sidebar to one common parent div. Something like:
Code: Select all
Next up, to your .parent add the following in css file:<div class="parent">
<div class="post_area">
...
</div>
<div class="sidebar">
...
</div>
</div>
Code: Select all
You should change both .post_area and .sidebar by adding display: table-cell property and removing their float properties. display: table;
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![]()
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023