-
AuthorPosts
-
karocki Friend
karocki
- Join date:
- July 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 3, 2012 at 6:39 pm #175754Hi All,
Just installed this Mers template and having a little issue. In the Firefox on my work iMac the CSS for the menu is fixed and remains on top all the time as wanted. However, in any other browser, or even in Firefox on another machine the position is relative and therefore scrolls with the rest of the content, which i don’t want.
I saw an earlier thread with a solution to this problem but when i tried it, it made the header sit on top on the main nav and also…as its working on my browser, should i be tampering with the css?
Thank you for your time,
KTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 3, 2012 at 7:10 pm #447190Greetings K:
“Tampering” – or, as I prefer to call it, “trial-and-error/experimenting – with the CSS is what creative web design is all about. 😎Okay . . . . so what effect/function, exactly, do you want to be consistent cross-browser?
Also, so that I may best try to assist you and provide you with concise guidance as to what you need to do within your template/site structure, please provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings
1 user says Thank You to TomC for this useful post
karocki Friendkarocki
- Join date:
- July 2011
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 3, 2012 at 7:26 pm #447194Thanks for the quick response Tom,
Ok, firstly I have now changed the “Optomize CSS” to “No”.
What I’m trying to achive is to get the menu to behave like it does in the demo http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_mers and remain visible at all times. On the demo this seems to work perfectly on all browsers.
But for some reason mine seems to be different and moves up with the content (relative rather than fixed). The link is http://www.babyandcradle.co.uk
Hopefully its just a setting i need to change,
Thank you,
KApril 4, 2012 at 2:38 am #447223Hi karocki,
I had the same issue you were having, in which the menu wasn’t scrolling with the page. I needed to make a change to the template.css file (templates/ja_mers/css/template.css) and changed this code:
#ja-mainnav, #mainnav {
line-height: normal;
font-size: 105%;
position: relative;
z-index: 13;
}to
#ja-mainnav, #mainnav {
line-height: normal;
font-size: 105%;
position: fixed;
z-index: 13;
}That solved the issue with the menu, but like you, my menu completely hides the module title and the logo doesn’t flow with the menu either. Not sure how to fix that, but I’ll report back once I find out the issue.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by karocki 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum