Menu Alignment is Off

Discussion in 'Blackriders WordPress Theme' started by joborras, Feb 17, 2015.

  1. joborras

    joborras New Member

    Joined:
    Oct 31, 2012
    Messages:
    6
    Likes Received:
    0
    The sub-items in the main navigation menu are mis-aligned, but only for the first item. If I create a custom menu item with a blank label ( ) I can create a temporary desktop fix (where it's mostly invisible), but this creates a visibly blank choice in the mobile version, which is less than ideal.

    How can I correct this??

    Screen Shot 2015-02-17 at 11.24.16 AM.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please provide us url of your website.

    Thanks,
    Praveen
     
  3. joborras

    joborras New Member

    Joined:
    Oct 31, 2012
    Messages:
    6
    Likes Received:
    0
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    li#menu-item-58 {
      display: none;
    }
    
    Thanks & Regards
    Pramod Patel
     

Share This Page