- This topic has 7 replies, 3 voices, and was last updated 6 years, 8 months ago by
Tom.
-
AuthorPosts
-
April 3, 2015 at 11:25 am #94993
Jesse DeArmon
Can you tell me how to increase the width of my content window on a mobile device? It looks great on a computer but it feels squashed when viewing vertically on a phone. Horizontal viewing doesn’t seem to be as bad. I have purchased the full add-on package that you offer if that helps. Thanks a lot for the help and I love the theme. (Bear with me, I’m new at this. You may have to tell me the proper place to add code if that’s what I need to do.)
April 3, 2015 at 5:27 pm #95032Tom
Lead DeveloperLead DeveloperThis CSS will reduce the padding of the content area while on mobile.
You can see how to add it using the URL in my signature below.
@media (max-width:768px) { .one-container .site-content, .separate-containers .inside-article { padding: 20px; } }
Hope this helps! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentApril 4, 2015 at 7:37 pm #95587Jesse
You’re a genius! Worked like a champ right off the bat! I appreciate the help.
April 5, 2015 at 12:10 am #95621Tom
Lead DeveloperLead DeveloperAwesome π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 19, 2015 at 8:33 pm #138111Shane
Hello,
I have purchased the full package of add-ons for your theme and I’m actually trying to achieve something similar to Jesse. On my blog I have both Header and Navigation layout set to ‘Contained’ and I was wondering if this container width could be set to ‘auto-width’ which would alter depending upon the device that accesses the blog.. Right now the sidebar widgets seem to “Float” to the bottom of the page on narrow resolution / mobile screens and the Navigation menu seems to collapse into a drawer.. What’s the best way around this?
Thanks for any advise.. New to WordPress. Still much to learn, loving this theme of yours though!
September 19, 2015 at 11:43 pm #138143Tom
Lead DeveloperLead DeveloperHi Shane,
Are you not wanting your site to be responsive? So your sidebars would still be next to your content and your navigation would still look the same even when on mobile?
If so, this plugin does that: https://wordpress.org/plugins/generate-disable-mobile/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 20, 2015 at 6:14 am #138193Shane
Nice! Just what I needed.
Thanks Tom. Keep up the great work!
September 20, 2015 at 9:51 am #138244Tom
Lead DeveloperLead DeveloperYou’re welcome! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.