css - Aligning footer with the sidebar -
i've @ logger heads how can footer align bottom of sidebar if 0 content in space between header , footer.
sticky footer not solution because don't want @ bottom of window. inline bottom of sidebar instead.
here image of should without coloured blocks there @ moment push footer down now.
i can't provide code on local server, , segmented , broken down different files wordpress.
as can see above screenshot how want sidebar , footer no content there.
here screenshot showing current problem, can see how latch's on bottom of content on page , sticks below it.
http://awesomescreenshot.com/015198m642
thanks in advance.
the sidebar needs float:right;
create div between sidebar , footer clear:both;
, have css footer include margin-top:-xx (whatever pixels footer height is)
. might need throw position:relative
on there.
Comments
Post a Comment