Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Web Design (WordPress, Joomla, etc.) Logo Not Showing and Add Dropdown Menu

  • Logo Not Showing and Add Dropdown Menu

    Posted by Kan Lui on February 2, 2016 at 8:03 am

    I’m new in responsive web design. I based on an open source template to design my web page: https://designkkl.com.

    When the browser shrinks to call the hamburger menu icon out, the MagiCare logo doesn’t show. Besides, I want to add a dropdown menu to one of the items on the menu bar. Can anyone kindly advise how to add the dropdown and fix the logo problem? Thanks.

    -KL

    Kan Lui replied 10 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Minnoe Blue

    March 18, 2016 at 4:05 am

    Here’s how others fix this issue: add this class to your css:
    #headernav li a.hasdropdown:after {
    content: ” “;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
    position:absolute;
    left: 90px;
    top: 24px;
    }
    Or you can easily get this feature by using a theme like me. Bother allow you to get the Dropdown Menu

  • Kan Lui

    March 18, 2016 at 4:51 am

    Thank you Minnoe!

    -KL

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy