Problems with the Logo and Header Right Widget Area

Homepage Community Forums Epik Theme Support Problems with the Logo and Header Right Widget Area

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14432
    #14438
    Jessy
    Customer

      Look at line 2088 in your style.css and add display: inline-block; and change the float: left; to none instead –

      .genesis-nav-menu .menu-item {
      display: inline-block;
      float: left;
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: right;
      }

      That should instantly fix it.

      #14468
      luca.sempre
      Customer

        Thanks a lot! It works

      Viewing 3 posts - 1 through 3 (of 3 total)
      • The topic ‘Problems with the Logo and Header Right Widget Area’ is closed to new replies.