Garland is not really a good theme for modifying.
NI don't see why you would have a problem not displaying the Drupal title field and instead putting the title in a block, but you might want to use a heading tag.
Brian
On Thu, Jan 21, 2010 at 11:07 PM, Tine Müller tinem@email.dk wrote:
Can it be true that there not is an easier way to do this and if not is it OK the way I have done it?
M.v.h. Tine Müller
http://www.tinemuller.dk/test_drupal/ http://tine_muller.homepage.dk/
http://tine_muller.homepage.dk/
[image: 0]
-- [ Drupal support list | http://lists.drupal.org/ ]
1. In Style.css, line 377, style: #wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited, change line-height: 1em.
2. In Style.css, line 373, style: #wrapper #container #header #logo-floater, add line-height: 1em, and remove position: absolute.
3. In nice.menu.css, line 11, style .block-nice-meu, add: float: left;
4. In nice-menus.changed.css, line 34, style .ul.nice-menu-down: change margin: 0;
Remember the line numbers might change when you make changes. Also if you update the Nice Menu module you will have to redo the css changes in the Nice Menu css files. Hope this is what you were wanting, or at least it gets you going in the right direction.
On Fri, Jan 22, 2010 at 1:07 AM, Tine Müller tinem@email.dk wrote:
Can it be true that there not is an easier way to do this and if not is it OK the way I have done it?
M.v.h. Tine Müller
http://www.tinemuller.dk/test_drupal/ http://tine_muller.homepage.dk/
http://tine_muller.homepage.dk/
[image: 0]
-- [ Drupal support list | http://lists.drupal.org/ ]
A couple of more things:
Style.css line 388, style #wrapper #container #header h1 img, remove the padding-top.
Style.css line 377, #wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited, change the padding: 10px 0 0 0;
Hope this helps also.
On Fri, Jan 22, 2010 at 1:07 AM, Tine Müller tinem@email.dk wrote:
Can it be true that there not is an easier way to do this and if not is it OK the way I have done it?
M.v.h. Tine Müller
http://www.tinemuller.dk/test_drupal/ http://tine_muller.homepage.dk/
http://tine_muller.homepage.dk/
[image: 0]
-- [ Drupal support list | http://lists.drupal.org/ ]