+ Reply to Thread
Results 1 to 3 of 3

Thread: Z-index Adjustment

  1. #1

    Z-index Adjustment

    Hi,

    I would like to make an adjustment to the homepage navigation, so that the drop down part of the navigation menu is behind the upper part of the menu.

    See screenshot:

    Attached Images Attached Images
    Thank you - Your Welcome
    Brian

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Go to stellarnav.css (line 39)

    add z-index: -1; into .stellarnav.dark ul ul


    then in style.css for body.home-page header.page-header

    change

    position: static;

    to

    position: relative;

  3. #3
    Hi Rudi,

    Thank you!

    Regards,
    Brian
    Quote Originally Posted by Rudi View Post
    Go to stellarnav.css (line 39)

    add z-index: -1; into .stellarnav.dark ul ul


    then in style.css for body.home-page header.page-header

    change

    position: static;

    to

    position: relative;
    Thank you - Your Welcome
    Brian

+ Reply to Thread