Separator / CSS issue
-
How can I make the separator (the gray image that separates the sidebar from the main content) stretch to the end of each page to suit where the sidebar ends? It stops whenever the main content ends.
If you browse different pages, you will see it stops short sometimes.
My css is located here: https://kisschanel.com/wp-content/themes/chanel/style.css
And here’s the portion that calls it:
#narrowcolumn{ float:left; padding:25px 24px 20px 10px; position:relative; top:11px; width:624px; background: url('images/bg_page_separator.jpg') repeat-y; background-position:right; z-index:2; }
In laymen terms: The grey separation between the main content and the sidebar would needs to be carried to the top of the footer.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Separator / CSS issue’ is closed to new replies.