Omega doesn't work on iPhone

Home Forums Omega Omega doesn't work on iPhone

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #931
    shenming
    Participant

    Hi,

    Just checked my Website http://www.taichi-Freiburg.com on my iPhone.
    It doesn’t seem to be responsive..
    Can you help, please?

    #989
    han
    Keymaster

    remove all code from “Custom CSS” field (sorry) and insert below code to the bottom of your child theme style.css

    .sidebar-primary {
        width: 250px;
    }
    .content {
        width: 710px;
    }
    .site-header > .wrap {
        padding: 0;
    }
    
    @media only screen and (max-width: 1023px) {
    
    	.content,
    	.sidebar-primary {
    		width: 100%;
    	}
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.