1
I can get through some basic css but this ones got me stumped....
I'm using the VERY COOL artnomad_tab_eng theme. It sports a border on the left via "border-left: 10px solid #6699CC"
I am losing the left border when newbb's content kicks in. When I look at the source this is where I'm losing it:
<div id="content">
I've looked all morning through the artnomad and the newbb css files but I can't see where to edit div.content(?). Am I totally off track here or can someone point me in the right direction to add the border when the content kicks in?
Thanks for any help - sorry to be so green.
Other changes (just FYI)
The theme has a fixed width of 760px so in newbb I needed the full width for the forum (no left column) so I set the css to width 0px and that worked fine.