Posted by basketkase999 on July 25, 2011 at 2:57am
Hello,
The end goal is to float my logo and Main Menu in a single line.
So this is what I had working prior to the recent update to the theme -
I installed the delta blocks module. I placed the Logo block and Main Menu block in the Menu region. Then I threw this in my styles.css file:
black-delta-blocks-logo {float: left; }
block-system-main-menu {float: left; }
That was working fine with the prior version. Now, it seams that there is a div surrounding the logo block or something that is taking the full width of the region and I can't manage to get the float working. If anyone has any thoughts, I'd appreciated it.
Comments
These are the ancestors of
These are the ancestors of the #logo div:
html .js
body .html front not-logged-in page-node omega-equalheights-processed
div #page .clearfix
div #section-header .section section-header
div #zone-menu-wrapper .zone-wrapper zone-static-wrapper zone-menu-wrapper clearfix
div #zone-menu .container-12 zone zone-menu zone-static clearfix
div #region-menu .grid-12 region region-menu
div .region-inner region-menu-inner
div #block-delta-blocks-logo .block block-delta-blocks block-logo block-delta-blocks-logo odd block-without-title
div .block-inner clearfix
div .content clearfix
Having the same problem
Guys,
I just downloaded this framework and wanted to know how I can go about doing this as well.
So my question is this:
Do can I accomplish getting the menu to sit on the same line as the branding zone?
So like such:
Logo MenuItem1 MenuItem2 MenuItem3 MenuItem4
Sorry if this has been a repeating question I just don't know where to go from here.
This is what I have done to my .info file:
;Additional Regions:
regions[branding_one] = Branding Region 1
regions[branding_two] = Branding Region 2
;Zones
zones[branding_one] = Branding
zones[branding_two] = Menu
After I make these changes I don't seem them reflected on the admin side. I see theme settings. Is there something I need to add to this section of the .info file?