Okay, just to be sure this was not my browser only I went to BrowserShots.org and that confirms that this page is empty on Chrome (looks fine on Safari). Seems to be a lot of issues now with Chrome but we definitely have to fix this one as the entire portfolio is missing.
Additionally, also on Chrome the home page spacing is really wacky on cell phone (huge space below the slider which is supposed to be responsive). Again, the page looks fine on other browsers though.
See private content for more info.
Hey waterwalk,
Is it the copywriting page which is not displaying properly on Chrome on your end? If so it’s displaying fine on my end, please try clearing your browser and reload a few times to see if that helps.
Try the following in Quick CSS for the slider on mobile:
@media only screen and (max-width: 767px) {
.home #layer_slider_1 {
height:auto !important;
}
}
Best regards,
Rikard