Stucco Theme

Permalink 1 user found helpful
When removing the blocks from all header areas I'm left with a small box/white line in the middle of the header picture. Can figure out where its coming from. Any guidance is appreciated.

http://www.carencroautomotive.com...

CArts
 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
This line is being created by your css file, on this declaration
@media (min-width: 768px)
.front-page .header-logo {
    float: none;
    width: 30%;
    margin: 0 auto 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.3);
    border: solid 2px #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 5;
CArts replied on at Permalink Reply
CArts
I can seem to pin this down. At this point I'd be willing to slide someone a few dollars to help....
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
It has been fixed, the white 2px border that was causing your problem has now been removed from the css file.
If you are still seeing this white line, try clearing your browser cache.
CArts replied on at Permalink Reply
CArts
Yes, another community member helped me out. I appreciate it.
theliadir replied on at Permalink Reply
Hi CArts

I'm struggling with the same problem. How did you resolve the issue?

Thanks for your help.

Cheers