Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I love the site, by the way. I’d take a look at the theme files, that style.css file is really jacked up. I’m not sure exactly what happened there. Lots of PHP is tossed in. I’d try rewriting those files with a fresh one. You can download it again on this site, or get individual files from GitHub.
I want to apologize for being a incompoop and not seeing my issue until now. I’ll have a fix for you by the day’s end.
you are awesome! I am starting to re-design my website with your theme as well.
Thanks, and here’s the fixed build: https://github.com/ScottSmith95/Decode/releases/tag/2.8.4
It has also been submitted to the Theme Directory as an update, but this will serve as a stopgap solution.
Thanks! Also, quick question:
On my new site I’m developing, it looks great on desktop, but on my iPhone the Navigation menu scale stays large, and doesn’t scale down to suit the mobile browser, thus running into my name .png and running off the right margin.
Is there a quick way to make the navigation size to make it scale properly? I looked at the Nav css, and saw width is 100%, so I would think it should scale.
Sorry for all these questions!
check this on an iPhone or Android
I’ll take a longer look at this, but it’s got to do with a customization you have made. Perhaps your custom CSS needs a media query or two to help out with the responsiveness.
sorry for the ongoing questions, but here’s a quickie:
How do I change the max content with from 640 to 960 in your theme?
I changed it within a custom css module, and I even downloaded your entire theme, and tried an extended find and replace for 640, and replaced with 960, and that didn’t change it.
Thanks.
Jimmy
Oh that’s just a fallback for old browsers and crap. The max-width is set in the CSS.
Something like:
`.site-header { max-width:60em; }