-
AuthorPosts
-
proterra Friend
proterra
- Join date:
- July 2010
- Posts:
- 149
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
September 8, 2011 at 6:11 am #168304How can I move the header postion above the mainmenu position. In the template configuration in the Joomla backend I can change den defaul Layout and set the <blockquote><block name=”header” type=”header” main-inner=”1″></block></blockquote>above
<blockquote><block name=”mainnav” type=”mainnav” main-inner=”1″></block></blockquote>, but there ist a smal space between header and mainnav.Please help, thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 8, 2011 at 6:29 am #411413Hi
Please give me your site URL for check look ( please also if possible a screenshot with note )
Thank you
Viet Vupavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 8, 2011 at 6:29 am #411414Hi proterra
To decrease the space go to your template.css at line 339 you have:
#ja-mainnav {
padding-top: 25px;change to
#ja-mainnav {
padding-top: 0px;himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
September 8, 2011 at 6:44 am #411417Hi,
Can you please provide your site url, so that I can inspect elements there and suggest you css changes?
proterra Friendproterra
- Join date:
- July 2010
- Posts:
- 149
- Downloads:
- 2
- Uploads:
- 17
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
September 8, 2011 at 8:10 am #411431an URL is not possible (we build up the site on a local server, before we launch).
But a screenshot you see attached.
I´am only move now <block name=”header” type=”header” main-inner=”1″></block>
above
<block name=”mainnav” type=”mainnav” main-inner=”1″></block>You see the space between menu and header.
Second wish is a space (module-position) above and outside the new header-position, because to position there a banner
Thanks for your help
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
September 8, 2011 at 8:58 am #411435Hi,
As I understood you want to remove the space between the header and menu. Find if there is margin-bottom property applied to ja-header in your template.css. Change bottom margin according to as much space you want to keep between the header and menu.
Then you may need to specify bottom margin to ja-mainnav div so that there will be some space between the menu and the content area below that. (This is because you have moved the header above, which had some space between header and the content below.. )
To create a new module position above the header,
- Go to Extensions > Template manager > Your Template > Layouts Tab.
- Find the Layout you are using and click on Edit link infront of it.
- Find <block name=”header” type=”header” main-inner=”1″></block> and add <block name=”newposition” type=”modules”>newposition</block> above it.
- Save the layout and check it in frontend using yourdomain.com/?tp=1 as a url
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 4 voices, and was last updated by himangi 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Header Position above Menu Position?
Viewing 6 posts - 1 through 6 (of 6 total)