Trouble with Header Right Custom Menu at mobile sizes

Homepage Community Forums Epik Theme Support Trouble with Header Right Custom Menu at mobile sizes

Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17359
    #17360
    Wes
    Moderator

      Add the following code to your responsive CSS section in the (max-width: 1023px) section –

      .site-title {
      	margin: 0 auto 20px;
      }

      It should go inside this section –

      /* iPads (portrait)
      --------------------------------------------- */
      
      @media only screen and (max-width: 1023px) {

      Then change display: block back to inline-block on line 3106 for the dropdown menu to go back to horizontal –

      .genesis-nav-menu.responsive-menu .menu-item,
      	.responsive-menu-icon {
      		display: inline-block;
      		float: none;
      	}
      #17361
      Serio
      Customer

        Sweet!

        Thank you very much for the prompt reply Wes.

        You’re the man.

        #17362
        Wes
        Moderator

          You’re Welcome 馃檪

        Viewing 4 posts - 1 through 4 (of 4 total)
        • The topic ‘Trouble with Header Right Custom Menu at mobile sizes’ is closed to new replies.