Menu extends below bar

Discussion in 'StartPoint Business One Page WordPress Theme' started by bhayani3, Dec 10, 2015.

  1. bhayani3

    bhayani3 New Member

    Joined:
    Nov 2, 2015
    Messages:
    24
    Likes Received:
    0
    Hello,

    I attached a screenshot to show you exactly what I'm talking about. I noticed that the menu kind of extends past the top bar of the website. How do I make sure this aligns perfectly fine? Thanks.

    Website is DrDisabilityQuotes.com
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .menu-sp ul li {
        height: auto !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. bhayani3

    bhayani3 New Member

    Joined:
    Nov 2, 2015
    Messages:
    24
    Likes Received:
    0
    Hi Priya,

    I added the code and it did not fix the problem. Any other codes I can try?
     
  4. priya

    priya Guest

    Hello,

    I have checked your site and would like to inform you that either you have not pasted the code in your Custom CSS field correctly or not click on Save all changes button at the bottom of the page.

    So please be sure that your changes must be saved in Theme Option panel of your dashboard.

    Below code will also work for you,
    Code:
    .menu-wrapper {
        z-index: 1;
    }
    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. bhayani3

    bhayani3 New Member

    Joined:
    Nov 2, 2015
    Messages:
    24
    Likes Received:
    0
    Hi,

    This still didn't solve the problem. I put both codes that you gave me under Theme options->Styling Options->Custom CSS. Please check it out if you can. Thanks
     
  6. bhayani3

    bhayani3 New Member

    Joined:
    Nov 2, 2015
    Messages:
    24
    Likes Received:
    0
    Actually I deleted the code:
    .menu-wrapper {
    z-index: 1;
    }

    and I kept the first code you gave me because the .menu-wrapper code did not allow me to view the drop down pages on my menu on the home page.
     
  7. priya

    priya Guest

    OK!!!

    Let me do this changes in your site through your provided credentials.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. priya

    priya Guest

    Hello,

    I have checked your site and noticed that your issue has been already resolved.

    Kindly check..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page