Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Responsive Problems › Reply To: Responsive Problems
December 22, 2013 at 1:47 am
#3473

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; } }