Support » Themes and Templates » How To Fit/Stretch The Image in between background

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your style.css file try replacing

    #leaderboard {
    padding-left: 6px;
    border-bottom: 1px solid #C6C6C6;
    }

    with

    #leaderboard {
    width: 987px;
    margin-left: 6px;
    border-bottom: 1px solid #C6C6C6;
    }
    Thread Starter Akshlat

    (@bkr3)

    @jarretc

    You’re right 😉 i already tried out but the problem is we can adjust the width & hide only in right side but my question is how to hide it in left side ????

    Thanks for replying 😀

    The margin-left: 6px; should have hid it at least when I tested it out. If it still isn’t working for you shrink the width down a bit more and increase the margin-left: 6px; to a higher number.

    Thread Starter Akshlat

    (@bkr3)

    i think margining 6px is right & good 😉

    Thanks a lot mate 😉

    Finally, Solved 😀

    Once again, Thanks a lot mate 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Fit/Stretch The Image in between background’ is closed to new replies.