• Resolved Gecko

    (@gecko1952)


    I can not get the menu to be responsive below 980px wide using the Church theme. When I disable all plug-ins the problem still exists. I would like the menu to at least wrap to a second line when viewed below 980px wide.

    Site in development:
    http://new.grandviewbb.net/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try to add this code to your CSS, to push the menu to the second line:

    @media only screen and (max-width: 1024px)
    .wrap {
        width: auto!important;
    }
    Thread Starter Gecko

    (@gecko1952)

    tibbyweb,

    Thank you for your help you gave me the right class to edit in the @media only screen and (max-width: 1024px)section.

    By installation default it was set to:

    .wrap {
    		width: 960px;
    		margin: 0 auto;
    	}

    I just added max- to the width call and the issue is now resolved!

    That’s great! 🙂

    Great customization! your site looks awesome

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

The topic ‘Menu not responsive’ is closed to new replies.