• Resolved trevman12

    (@trevman12)


    There is a gray vertical bar obstructing view of content on the mobile version of my site. I assume it is some kind of problem in the padding or margin, but I simply can not find or correct it. Any assistance would be greatly appreciated.

    http://www.almostcynics.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Han

    (@hwijaya)

    you can remove border-bottom attribute below

    ul.menu-primary a {
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #EEE;
    }
    Thread Starter trevman12

    (@trevman12)

    I tried that but it had worketh not. But do not fear, for I have managed to correct the problem nevertheless. It was in the code for the child theme. Thank you for your help though! Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dark bar on Mobile’ is closed to new replies.