Really strange. looks great on my 13″ Macbook Pro, but doesn’t work on big screens?
How can I change this?
Hi crewneck!
This is how it looks on my 1920x1200px screen – http://i.imgur.com/cZvlBWR.jpg
Can you post a screenshot of the issue please? :)
Cheers!
Yigit
Can you check now? Some elements won’t adapt to my container settings. I want to the container to be 1100 px wide at all times whenever possible.
http://borstch.eu/stuff/Screen%20Shot%202015-02-12%20at%2009.57.03.jpg
My container settings
.container {
padding: 0px 63px 0px 63px;
}
This seems to work somewhat, but I’m not sure it will work on all screens.
.responsive .container {
max-width: 1225px !important;
margin:auto;
}
Hey!
This is how it looks on my end now – http://i.imgur.com/XVoYvo4.jpg
I checked the same site on smaller screensizes and cannot see any issue :)
Cheers!
Yigit
I solved this. Thanks!