Menu Subpages not showing up

Discussion in 'GoldenEagle WordPress Theme' started by minhal, Nov 1, 2014.

  1. minhal

    minhal New Member

    Joined:
    Oct 25, 2014
    Messages:
    5
    Likes Received:
    0
    Hi,
    This is my page: http://minhalacademy.com/

    This is the CSS I put on the page along with replacing the original header.php with the document attached. I am not able to have any pages show up under my parent pages on the menu. I would also like to remove the space between the social links and the menu.

    .social-links {
    border-bottom:none;
    }
    .header {
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
    .searchform{
    margin-bottom: 0px;
    }

    @media only screen and (max-width: 767px){
    .social-links {
    padding-top: 10px;
    padding-bottom:10px;
    }
    .social_logos {
    margin-bottom: 10px;
    }}
     
  2. minhal

    minhal New Member

    Joined:
    Oct 25, 2014
    Messages:
    5
    Likes Received:
    0
    Here is the document.
     

    Attached Files:

  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Use attached header.php file.

    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .social-links {
    overflow: visible;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

Share This Page