• Im having an issue with the content of my pages on a mobile display.

    https://petitplanet.sakura.ne.jp/wp/freetalk/

    On a desktop pc the width is perfect but only on the mobile displays the content is displayed very narrow. Not sure where I can change the width, WITHOUT affecting the desktop version. Any help in the right direction would be much appreciated

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

    (@papigiulio)

    I had this little snippet in my css before to remove the padding from the mainbanner, but the site became horizontally scrollable which I didnt like.

    @media screen and (max-width: 799px) {
    	body {
    		padding: 0;
    	}

    So now with this removed the content is as I was saying in my previous post, very narrow. suggestions?

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme Woothemes Peddlar] Page content width is narrow’ is closed to new replies.