I am working with a sub-theme of Acquia Marina 2. I have copied the info file from Acquia into my sub-theme folder and added 1 additional region in the preface area, so there are now 4 regions. I have renamed them preface_left, preface_middle_left, preface_middle_right and preface_right. I have also copied the page.tpl.php file into my sub-theme folder, changed the names of the regions and added the additional region by copying and pasting the div. I then copied the style.css into my sub-theme folder, added it on the .info file, and put in the following code:
#preface-wrapper.prefaces-4 div.column {
display: inline;
float: left; /* LTR */
margin: 0 14px;
width: 22%;
}I also copied the template.php and theme-settings.php and added and altered the names of the preface regions. I changed all references to acquia marina to the name of my sub-theme.
My desired goal is to have 4 regions all on the same line. However, when I look at the source code in firefox, the blocks are being assigned the 2-div.column class.
I appreciate any help on this.
