Tagged: boxed layout
It looks like the theme is not boxed properly at 989px
The logo and menu go full wdith
Hi McEwans!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) and (min-width: 767px) {
#header { width: 80%; margin: auto; }}
Regards,
Yigit