-
AuthorPosts
-
jonasso Friend
jonasso
- Join date:
- September 2006
- Posts:
- 82
- Downloads:
- 25
- Uploads:
- 14
- Thanks:
- 6
- Thanked:
- 5 times in 2 posts
February 9, 2012 at 9:50 pm #173740Greetings,
Considering that most people still use 1024×768 screen resolution, I’d like to know how to change the menu style so it would still load “mega menu style” in this resolution. I believe this should be the default for this template and only use “Menu in Tablet Portrait layout” if screen width is smaller than 1024px.
I hope someone this becames the default behavior, so it would be easier to upgrade and I’m sure it would satisfy other users as well.
Best regards,
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
February 23, 2012 at 1:34 pm #439663Hi jonasso,
the template loads the mega menu within min-width 986px and max-width: 1235px so your mentioned screen resolution still loads the mega menu. It’s just hiding the menu description and makes the logo somewhat smaller. This is the way elastica is designed. If you want to change the resolutions, you can do that (without support) in the template layout settings (Default layout):
<stylesheets>
<file media="all">css/layout.css</file>
<file media="all">css/template.css</file>
<file media="all">css/modules.css</file>
<file media="only screen and (max-width:719px)">css/layout-mobile.css</file>
<file media="only screen and (max-width:479px)">css/layout-mobile-port.css</file>
<file media="only screen and (min-width:720px) and (max-width: 985px)">css/layout-tablet.css</file>
<file media="only screen and (min-width:986px) and (max-width: 1235px)">css/layout-normal.css</file>
<file media="only screen and (min-width:1236px)">css/layout-wide.css</file>
</stylesheets>
You’ll have to change the min- and max-width as shown above to your desired resolutions.
Cheers
Frank
1 user says Thank You to pixelzombie for this useful post
jonasso Friendjonasso
- Join date:
- September 2006
- Posts:
- 82
- Downloads:
- 25
- Uploads:
- 14
- Thanks:
- 6
- Thanked:
- 5 times in 2 posts
February 27, 2012 at 6:40 pm #440394Dear Frank,
My mistake.
I just realized the the Mega Menu is loaded correctly, however the problem is that the logo is smaller if the screen resolution is 1024x768px.
because most people still use this screen resolution I want to display the full size logo for this screen resolution.
Thanks in advanced for your help,
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
February 29, 2012 at 2:13 pm #440863Hi Douglas,
you should try the above explanation by changing the sizes in the layout. Let me know if this worked out for you.
Cheers
Frank
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by pixelzombie 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum