Placing content under the menu?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Donoss

Placing content under the menu?

Post by Donoss »

Hi,

I'm running the 1.0 Beta and was wondering how to put content under the menu?  The menu appears on the left hand side (www.bramptonhall.com) however as my menu isn't too 'big' I have a lot of space under the menu, can this be utilised by adding non-menu content? e.g. a click through for Firefox etc.  Any suggestions would be greatly appreciated.

Many thanks

Andy
tonyg

Re: Placing content under the menu?

Post by tonyg »

Should be able to add it in the relevant menu template - see "templates".

TonyG
Donoss

Re: Placing content under the menu?

Post by Donoss »

Hi,

I've looked at the template but this is all gobbly gook to me!!!!!  Can anyone point me in the direction of reference material so that I can start to understand what this all means!!!!!!!

Many thanks

Andy
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Placing content under the menu?

Post by Dr.CSS »

If you put a new div around the menu_vert div then give it the float that the menu has now, take it out of the menu_horiz CSS, then under the {menu} tag add another div then to input text you can put 2 content boxes the top one, , gives you a one line edit box to put a title in, the second one gives you a fully editable content box...

     

     
        Navigation
          {menu}
     
     

          {content block='newblocktitle' oneline='true'}
        {content block='newblock'}



     
Donoss

Re: Placing content under the menu?

Post by Donoss »

Mark,

Many thanks, I'll give it a try!!!

Regards

Andy
Locked

Return to “Layout and Design (CSS & HTML)”