Problems with mobile viewing

Hi,

My site does not view well on mobile devices. Is there a solution for this?
Site: www.rachelscheuermann.com

Hi @rach4126,

Try to use this css code:

@media only screen and (max-width: 768px) {
#header {
background-attachment: initial !important;
}

Hi
Does this code work in Shapely?
Where do I paste it.

@media only screen and (max-width: 768px) {
#header {
background-attachment: initial !important;
}

It didn’t work for how I had my site set up at the time, which was in a design that was not very mobile friendly. To test it on yours just paste it in the “additional css” section when you go to “customize” your site. Make sense?