Reply To: Responsive Problems

#3473
RaghavendraRaghavendra
Moderator

For the iPhone, you will need to change the values based on the actual width of your logo (100px) –


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

#site-title a, #sticky-site-title a { min-width: 100px; }

#header-logo { width: 100px; }

}