Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jonasso Friend
    #173740

    Greetings,

    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 Friend
    #439663

    Hi 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

    jonasso Friend
    #440394

    Dear 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 Friend
    #440863

    Hi 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

Viewing 4 posts - 1 through 4 (of 4 total)

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