-
AuthorPosts
-
Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 28, 2009 at 9:26 pm #137604I love this template. Unfortunately, for the site I wish to use it on there are a couple of minor things I would like to adjust.
I would like to get rid of the current logo completely and move the dropdown menus left to fill its space so I have more room for menus. The I would like to create a position above the menus and the background image (120px high) for my flash logo.
Is this possible and how is it done?
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
January 29, 2009 at 9:19 am #288774You need to modify the html file, in templatesja_quartzindex.php, or via your admin control panel through the template manager (provided index.php is writable).
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 29, 2009 at 9:51 am #288786Cheers, I knew that bit. I have removed the logo entry which brings the menu’s accross as you can see from my development server here. ( http://www.supsurf.co.uk ).
Adding some extra padding to JA-headerwrap will bring all the stuff down but now I need a new centered module position above the menu’s but I am just not sure how to code that.
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
January 29, 2009 at 10:02 am #288790If you want to create a new module, add;
<div id="your_module_css">
<jdoc:include type="modules" name="your_module_name" />
</div>If you put that into your header wrapper, and apply the following CSS to your stylesheet:
#your_module_css {
height: xxx; width: xxx;
margin: 0px auto;
}The margin: 0px auto; tag will center the content. Create a custom module with that name and add whatever you want in there. That’s if you want it as a module. Otherwise, instead of adding:
<jdoc:include type="modules" name="your_module_name" />
Replace that with whatever you want to have in that area.
1 user says Thank You to SP Media for this useful post
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 29, 2009 at 6:08 pm #288839Thanks for your help. That is now working fine. I have just slapped any old image in there until I have got the correct graphics sorted.
February 3, 2009 at 7:18 pm #289415hi love the demo site this is exactly what i am trying to achieve on my site the same layout, im a noob any tips to make it look like that with the big picture at the top and droping the menu down?
im not sure where to put all the info into the index.php??
cheers
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by criticalkaos 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum