Jobsi B
asked 9 years ago

Hi you can look now this theme is responsive and loads well on the desktop but on the mobile version please tell me how to tweak the ads. Please give me some good ideas.

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

@media only screen and (max-device-width: 480px) {
.widget #header-inner img {
  width: auto;
}
.mainnbt {padding: 10px;}
}

Hope this helps !

Powered by DW Question & Answer Pro