Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #910082

    Hi
    This is border-right
    To remove it Go to /templates/ja_wall/themes/classic/css/theme.css
    Find this code

    .logo-image h1 {
        border-right: 1px solid #666;
        height: 45px;
        padding: 0;
        margin: 0;
        width: 119px;
    }

    Replace it with

    .logo-image h1 {
        border-right: none;
        height: 45px;
        padding: 0;
        margin: 0;
        width: 119px;
    }
    Alp Friend
    #910103

    That’s it.
    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Alp 8 years, 7 months ago.

The topic ‘Line between top menu and logo’ is closed to new replies.