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
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 !
Please login or Register to submit your answer