Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #419400

    Hi folks,

    I’m seeing something I don’t recall in earlier releases. There’s a 1px white line between the left menu and the main content on this site:
    http://selfresidency.org/

    I looked through Inspect Element to try and find what’s controlling that, but I haven’t been able to find it. Can you please help me with a custom CSS statement to control the color of that line? I would rather it be #000000 instead of #ffffff.

    Thanks!

    #420072

    Hey!

    Try adding this code to the Quick CSS:

    .html_header_left #main {
        border: 0 !important;
    }

    Cheers! 
    Josue

    #421240

    That’s what I needed. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘White Border Showing Between Left Menu and Page Content’ is closed to new replies.