Closed (fixed)
Project:
Marinelli
Version:
6.x-2.96
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
1 Oct 2009 at 10:24 UTC
Updated:
9 Feb 2010 at 14:50 UTC
Hi,
Just wondered if it was possible to edit the template so the Primary links 'bar' could sit below the banner image rather than above it. This would make navigation a bit easier, at least on my own site.
I'm sure it is, but i'm not much of a coder so I was wondering if someone had already done this and could provide me with the template/code or it be included in a future release?
Thanks very much!
P.S - Great theme!!
Comments
Comment #1
pilotget commentedThis is a 14-week-old issue, so perhaps it has already been solved by the original poster; however, I just encountered it, so I thought I would let everyone know how I modified the theme:
Edit your theme's page.tpl.php file. You'll likely find it in sites/all/themes/marinelli, or if you're using a sub-theme like Giordani, it'll be in sites/all/themes/marinelli/giordani.
Find the following text:
Move it to between the site slogan and the secondary links, as follows. I highlighted the moved text with "BEGIN MOVED TEXT" and "END MOVED TEXT" comments.
This will move the primary links to below the banner and site slogan, but there's a caveat: By modifying a piece of delivered code, you'll have to be make this change again if you ever download an updated version of the marinelli theme.
Comment #2
odox commentedFantastic! Thank you!