Struggling to get a "vertical rule" to span the entire width of its container in a div, specifically adjusting the border-right of a nested div. Margins have been modified, even tried margin-top: 20px;
in the #vr
, but no luck.
Furthermore, looking for a way to make #wrapper
expand to accommodate its contents. Any suggestions?
Clarification: Need to overcome padding issues within the #wrapper
due to other requirements.
LATEST UPDATE: A solution has been found at this updated jsFiddle link. Is there a cleaner method available?