I am using the octavin theme and want make the items on the "postscript-bottom" block display horizontal. Basically I want to turn this into a Horizontal Menu footer.

I think this is the CSS that's controlling the postscript-bottom block...but not too sure. Can anyone help with this?

/* Postscript-bottom -------------------------------------------------------------- */
#postscript-bottom {
  background: #e9e9e9 url(../images/bomain1.jpg) no-repeat left bottom scroll;
}
#postscript-bottom-inner {
  background: url(../images/bomain2.jpg) no-repeat right bottom scroll; 
}
#postscript-bottom-inner .block.first .inner {
  margin-left: 15px;
}
#postscript-bottom-inner .block.last .inner {
  margin-right: 15px;
	display: inline;
}

Thank you!

Ceci

Comments

nevets’s picture

I would use the menu administration page to add a new menu and add items to the menu.

I would then add the block for the new menu to the appropriate region.

I would then use css to float the menu elements (li tags) left.