• I have a new site using WP 3.8.1 and theme twenty eleven or twenty fourteen
    I am unable to get the side bar to show on the side on iPad…works ok on laptop..on iPad the side bar is at the bottom

    This site is https://www.jaynehemmerich.com

    Another site I have uses WP 3.8.1 and theme twenty eleven..IT WORKS

    this site is https://www.knottydog.com

    I have reinstalled WP 3.8.1 and reset the database..HELP

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Lhemmerich this looks like it is by ‘Responsive’ design. The layout will adjust to the device you are viewing your website on.

    This is not a new install. Some styles in your styles.css file have been modified that keep your site from being fully responsive.

    Mainly, line 75.

    Original code:

    #page {
    	margin: 2em auto;
    	max-width: 1000px;
    }

    In your file:

    #page {
    	margin: 2em auto;
    	width: 1000px;
    }

    As long as you set it to 1000px fixed (instead of keepin max-width), things will not responsive as intended.

    Thread Starter Lhemmerich

    (@lhemmerich)

    Thanks for both commdnts above..BUT, the style .css WAS CHANGED this am and it NOW works

    I guess that is why Alan Found it responsive and SENFF found the change

    I will move this change to child theme as soon as Zi can and reinstall original css

    Not dure what is correct

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘new install..responsive not working’ is closed to new replies.