Hi, I have used Pinterest for three websites. For http://www.web-dreinull.de and for http://www.flotteliselotte.de. I was able to set the size under theses to pages to “Full Width” and they appear in the right size. But, bad luck, for my third page http://www.deko-geweih.de it is not possible. I did the settings to “Full width” but only the small version is displayed (“No sidebars”). Any ideas? It would be great if someone could help!
Hi waveboarder89,
Try to add this in your css:
.page-template-template-no-sidebars-php #wrapper,
.page-template-template-blog-no-sidebars-php #wrapper,
.page-template-template-portfolio-no-sidebars-php #wrapper { max-width:1200px; }
The max-width of 1200px is only an example. You can adjust it to your needs.
Cheers,
Alexander @ http://www.mouseclick.com
Thank you so much – it works!