Reply To: Responsive Problems

#3472
RaghavendraRaghavendra
Moderator

For the iPad issue, pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file

@media only screen and (min-width: 768px) and (max-width: 959px) {

#header {  height: 170px; }

#primary-menu { left: 100px; }

}