I'm trying to make something similar on all my pages, except home/profiles/private notes. I'm trying this on my Groups page (and then move on to forum and blog).
I know this is not easy because each template is different and it would be easier to have a "top banner" ad because I can just modify the header. But I don't like how it looks. It's too intrusive.
So I am making a new template file (on my cloned Ningja skin) to avoid duplicate content and include that in my ad div.
My question is specifically about the css/html structure in the Skin templates, specifically how to use the css colXXX. Keep in mind that I know a little css, but not a lot. Please assume the worst...
I have attached a screenshot of what I want to do.
Right now, the groups template ( http://empathcommunity.eliselebeau.com/group) page has this structure
<div class="block">
<div class="title">
<div class="block_content">
I tried
<div class="block">
<div class="title">
<div class="block_content">
<div class="col9">
<div class="col3">
The problems:
The grey background is yanked out
There no white box for the new div
The text is displayed in a vacuum
What is the structure (including the class names) that would allow me to have 2 columns (col9 and col3, I think) on grey background each with white boxes?
Thanks for your hints!
updated by @elise: 12/16/16 04:01:37PM