0
Welcome Guest! Login
0 items Join Now

Wordpress Gantry Theme Menu Issue

  • Wordpress Gantry Theme Menu Issue

    Posted 11 years 8 months ago
    • For some reason the menu is displaying behind the content instead of in front. I have added the following in the CSS editor portion in an attempt to override the problem and force the menu in front, but it isn't working. Any ideas?

      #gf-menu-device-container, #gantry_menu-2, #gf-menu {
      z-index: 9999 !important;
      }

      Also, I can't get the image to display at all as the header.
  • Re: Wordpress Gantry Theme Menu Issue

    Posted 11 years 8 months ago
    • ANSWER:

      Because you have an overflow hidden on a parent div
      wp-content/themes/rt_gantry_wp/css-compiled/master-b303c1e5744d1b4f618d61af7361442b.css?ver=4.0.6
      Line 1

      #rt-content-top, #rt-content-bottom {
      overflow: hidden
      }

      Select allOpen in new window


      Change to

      #rt-content-top {
      height: 100px; /* or similar */
      }
      #rt-content-bottom {
      overflow: hidden;
      }

Time to create page: 0.120 seconds