Home › Community Forums › Optimal Theme Support › Adjust Logo – Mobile Responsive (iPad) › Reply To: Adjust Logo – Mobile Responsive (iPad)
February 6, 2014 at 9:18 am
#10444

Moderator
You can add this code –
.site-header .widget-area .widget {
float: right;
}
…inside the css Responsive area labeled – @media only screen and (max-width: 1180px)
– which can be found on line 3670 in your css. That will make the widget area float to the right.