• Resolved AnnaHavanna

    (@annahavanna)


    Hi,

    I am using a child theme of Twenty Eleven. My page is not correctly displayed on mobile devices. Menu text is flying out of the menu bar… How can I change it? Is it even possible to change it or do I need a new theme?
    https://bit.ly/1Lpw1wh

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    you have set a fixed width to the #access ul style in your child theme.

    /* Center the top menu*/
    #access ul {
    	width: 800px; /* Width of top menu*/
    	margin: 0 auto;
    	display: block;
    	position: static;
    	float: none;
    	}

    this breaks the responsibility;
    and it does not even center the menu…

    Thread Starter AnnaHavanna

    (@annahavanna)

    Thanks a lot, Michael. Now it breaks the menu and it is centered.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child of Twenty Eleven is not responsive’ is closed to new replies.