February 8, 2016 at 7:12 am
#42356
Theme Horse Support Team
Keymaster
Hi Robert,
To move the header logo position to the far left of the screen Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:
.hgroup-wrap .container {
max-width: 97%;
}
Thank you!