Don't hurt me please, I am a Drupal newbie. I've been redesiging a site in Drupal because of the features it can do. My questions are this:

1. How do I move the secondary navigation around? It seems like it is fixed in one spot only. I would like it to move downward some about 10px I have looked at the style.css page and don't know if I am missing something. It also seems like it is hiding under the header??

2. How do I put a border on the 2 edges of my site? Let's say my website is 945px wide, and centered. the left and right side.

my test http://www.testservered.com/?q=node/5

Random questions I know...sorry :)

Brent

Comments

zeta ζ’s picture

I’ll try to be gentle …

What theme is this based upon? – there seems to be one or two issues with this site.

It is difficult to move a menu that doesn’t exist. I can’t even find a primary menu.

The contents of your right sidebar are jumping down below the content, possibly a width issue?

Borders are placed around a particular element by adding a selector to your style.css that selects that element then setting properties such as;-

#center {
  border-left: 1px solid;
  border-right: 1px solid;
}
brent85_98’s picture

The theme is bases on the new garland theme.