Jamie

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Move Navigation below Slider #7606
    Jamie
    Customer

      Thanks, gave that a go and it doesn’t seem to make much difference. Using 12 put’s it right below all the home page widgets.

      Do I need to set the priority on other elements that are being displayed in that area? I had a quick look in functions.php and couldn’t really see where I would add the priority for the slider itself.

      The main goal for moving the primary navigation below the slider is so the the drop downs menu items are not hidden. Not using a menu in the “Header Right” widget on this occasion.

      in reply to: Move Navigation below Slider #7459
      Jamie
      Customer

        .slider {
        background-color: #fff;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));
        background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
        background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
        background-image: -ms-linear-gradient(top,#fff,#f2f2f2);
        background-image: -o-linear-gradient(top,#fff,#f2f2f2);
        background-image: linear-gradient(top,#fff,#f2f2f2);
        position: relative;
        top: -100px;
        z-index: 1;
        }
        .nav-primary {
        clear: both;
        line-height: 1;
        margin: 0 auto 40px;
        overflow: hidden;
        width: auto;
        z-index: 50;
        position:relative;
        top: 570px;
        }

        I did that, it’s working fine in Firefox but I assume it’s going to break on portability or some browsers but perhaps this will help others set me right.. I assume z-index is being totally ignored and its just the positioning values I have used that is moving things around though?

        in reply to: Move Navigation below Slider #7458
        Jamie
        Customer

          Where do I set the priority? As in adjust the zindex in css? Or somewhere in the JS?

          Thanks!

        Viewing 3 posts - 1 through 3 (of 3 total)