Archived topic
Ipad layout
3 replies · Started by Jacqui Farmer on July 19, 2015
Hi
Love the theme - I'm a beginner so it's fabulous.
But where do I drop the code below to make my site fit the iPad? Do I add it to style.css?
@media (max-width: 768px) {
.sidebar,
.content-area {
float: none;
width: 100%;
left: 0;
right: 0;
}
}
Thanks for your help!
Jacqui
Glad you're liking it!
This bug has been fixed - just waiting for WordPress.org to release the update.
You can add this code using these instructions: http://generatepress.com/knowledgebase/adding-css/
@media (max-width: 768px) {
.sidebar,
.content-area {
float: none;
width: 100%;
left: 0;
right: 0;
}
}
Or you can install 1.3.05: https://wordpress.org/themes/download/generatepress.1.3.05.zip
Done it! Thank you! off to write a fab review......
No problem! Thanks :)
