I'm creating a theme from the Zen template. I have the logo being displayed up top and after that I want the primary menu displayed. The image is only about 300px wide so the menu is being displayed to the right of the logo. What is the best way to position the menu so that it's not to the right side of the logo and directly underneath? I know I can use a table and create two rows to separate them, but I was curious if there's a better/more efficient way just by using CSS. Thanks!
Hi, i'm pretty new to drupal, and im building my first site with it.
It's coming along very nicely but, im having 1 minor problem as of right now.
I want to have a footer menu but the theme i'm using appears to display the menu vertically as it does when it's put on the left or right sidebars.
I want to display the menu horizontally and in the center.
I hope i explained this clear enough, im just curious how i would go about changing the code, or where i can even find that code in the theme to make appropriate adjustments.
I am very new with Drupal and have tried to read through everything I could find before posting. I am not even sure if I am posting in the correct spot for this question, and if not, please forgive my inexperience.
I have begun working on my website http://www.favedecor.com/test (it is /test because I am not sold on using drupal still even though several friends recomend it). Should prove to be as configurable as everyone says, I will switch it to the root.
I am somewhat of a CSS noob. In the past, dreamweaver has taken care of the CSS sheets for me so I am not sure where to look for things I want to change in raw CSS sheets.
If you look at my site, I am modifying the Greenhouse theme (ported by Jason Swaby). I spent most of last night trying to reposition the site name within H1 as well as the slogan within H2 (I believe those are the correct header tags) but with no luck. Today I decided I would just redo the background graphic for HI to have all my business information on it thus avoiding the need for the site name. Created the graphic, looks reasonably good, and then hit a wall trying to remove the automatically inserted site name from usage within this template.
I am designing a website the requires 7-8 different themes but I cannot find a successful way to do this in Drupal , the only thing that partially works is the sections module.
The problem is that i don't understand what I am suppose to write as the path in the field , I select "Activate section on the specific pages" but no matter how many things I try for the path it does not change the theme but when I type /?q=node/7 or just click the space bar in the text field and save the theme changes every page on the site when I just want one page to have that specific theme.
I've created page-front.tpl.php, and in template.php's function mytheme_regions() function I have defined new regions such as: front-left, front-right, front-center
However, when assigning blocks to regions: a block like "Who's New" is only available for association with either
- page-front.tpl.php's regions, or
- page.tpl.php's regions
Am I doing this correctly, and the blocks/regions is a limitation I have to live with? Or am doing this incorrectly and you have a pointer to the correct process?