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; }}
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