Hi
Please do not bump Your own threads. Our moderator system marks such threads as SOLVED when You use specific key words.
Problem on Your site is because of the image in header. It has a in style width set and is not resizing at all. Try add this to override.css and make sure override is enabled in template settings:
- Code: Select all
#gkHeaderMod img {
max-width: 100%;
height: auto;
}