Picture of Henrik Aabom
"screenSize": { "large": 1024 } not working?
by Henrik Aabom - Thursday, 15 March 2018, 9:50 AM
 

Hi everybody

I'm sorry if this has already been addressed, but I've not been able to find a post about it.

When previewing through the AT, the ".component"-div has a width of 1024px, which is what is found in the AT here: Configuration settings > Screensize > Large.

But when I "Export sourcecode" and "npm install" > "grunt build" > "grunt server", the ".component"-div only has a width of 900px.

The config.json say the same as the AT:

"screenSize": {
"small": 519,
"medium": 759,
"large": 1024
}
 

Why is that, and how can I fix it?

Please help

Thank you