Mobile Line Bug

  • Author
    Posts
  • #28730
    Moria

    Hi guys,
    I’m using your great theme: Parabola.
    Me and my programmer bumped into a bug:
    On mobile strip, there is a consistent orange line that we can’t rid of. We have tried looking for it in the code to delete it, but we just can’t find it.
    i would really appreciate if someone can assist me with locating it and removing it from the mobile strip (print screen attached).
    Mobile Strip Bug

    Thanks a lot!
    Moria.

    #28731
    Walt

    Inspect it with Firebug for Firefox or Inspect Element in Chrome.

    #28760
    Moria

    Inspecting it is not helping. This bug is coming from a PHP file that lead us to a code of nivo slider.
    How do I get rid of it? do you know? Thanks!

    #28793
    Zed
    Cryout Creations mastermind

    You manually changed the background of the mobile menu placeholder with an image by editing the rtl.css file (bad idea, theme files all get replaced on update). This leave a span element floating around (that also has a background).
    Remove that as well:
    body #nav-toggle span { background: none; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Mobile Line Bug’ is closed to new replies.