Footer Width

Hi,

I have a footer that I want to be 100% width. I tried the table cell
method and did not wrap too well. Is it possible to put 100% width on
the parent without the need to use the padding I currently have to
give it space? Website

This is the parent div for the content:

<div id="linkslist_1">
</div>

The footer itself has 100% width. But inside that, your .container div has a set width.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.