• Resolved tjprice1

    (@tjprice1)


    I added white boxes to my posts and pages so it is more reader friendly. But now when I view it on an iphone it is no longer mobile friendly. Is there a quick edit I can add to the css to make those boxes mobile friendly?

    I am using the genesis them with a chaild theme called (in)spyer.

    My site is fittosurvive.net so you can see what I mean.

Viewing 1 replies (of 1 total)
  • Thread Starter tjprice1

    (@tjprice1)

    Here is the css code I entered if this helps…

    article {
    background-color: white;
    width: 625px;
    padding: 10px;
    border: .5px solid grey;
    margin: 25px;
    box-shadow: 0 19px 5px -15px #888888, inset 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 19px 5px -15px rgba(136,136,136,1), inset 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 19px 5px -15px rgba(136,136,136,1), inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 5px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changed CSS and now parts of my site are not mobile friendly.’ is closed to new replies.