I'm very sorry @mariusjopen, i really need your help on this. I'm not fit in media query.
All i know is i have to put these on my CSS, but i don't know what should appear on the HTML content / head:
@media only screen
and (min-device-width : 768px) {
}
@media only screen
and (min-device-width: 481px)
and (max-device-width: 1024px)
and (orientation:portrait) {
}
@media only screen
and (min-device-width: 481px)
and (max-device-width: 1024px)
and (orientation:landscape) {
}
--
Here is again screenshot when scaled down (tablet size):

http://eveykwong.com/
Please help, thank you so much!