Okay
  Public Ticket #1578293
Remove unwanted code
Closed

Comments

  • Creativedot started the conversation

    hello I want to remove some code from the global css since its creating some problems with the drop down menu on mobile version. You can check the link to see. I noticed the code is in global.css and its this. The author of my theme told me. How can I remove it? or maybe even better how can i fix it?

    #nav{
    margin-bottom:-2px !important;
    height:77px;
    opacity:1;
    display:block;
    margin-top:-8px !important;
    }

    Thanks!


  •  435
    David replied

    Hi, you can't delete some code from theme through Yellow Pencil, but you can edit it.

    Try adding this code to your Yellow Pencil CSS Editor

    #nav { height: 100%; }

    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!

  • Creativedot replied

    Thanks a lot that fixed it!

  •  435
    David replied

    Glad I could help!

    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!