July 4, 2014 at 10:30 am
#11908
Theme Horse Support Team
Keymaster
Hi Stevan,
Sorry you have to find the code in CSS -> responsive.css not in style.css and also above code are for the attitude theme not for the Interface theme. Please add below CSS code:
.container, .narrow-layout .wrapper {
width: 1008px;
}
}
@media only screen and (max-width: 1023px) {
below to the
@media only screen and (max-width: 1078px) {
Hope it solve your issue.
Thank you!