Reply To: Adjust Logo – Mobile Responsive (iPad)

Homepage Community Forums Optimal Theme Support Adjust Logo – Mobile Responsive (iPad) Reply To: Adjust Logo – Mobile Responsive (iPad)

#10444
Wes
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.