fiddlegrrl
Forum Replies Created
-
Thanks so much for that, works perfectly!
Is there documentation that shows where I can find snippets of code like you’ve given me, that explains how to target specific pages? I understand PHP, but did not know what argument to give the if statement because I didn’t know about the
is_front_page()andis_home()functions. I checked the functions.php file, but they aren’t listed there.Much appreciated 🙂
Forum: Themes and Templates
In reply to: [Tiny Framework] Make sidebar visible in iPad portrait viewThanks for the feedback 🙂
I’m in the midst of cross-browser testing now, and although I haven’t been able to replicate the issue you mentioned yet, I’ll be sure to look into it and get it sorted.
Can I ask what system and browser you used when having trouble clicking the submenus?Forum: Themes and Templates
In reply to: [Tiny Framework] Make sidebar visible in iPad portrait viewHey ho! Found it!
Man, that’s good documentation….For others looking for this, it’s in section “15.1 Minimum width of 783 pixels” in the child style.css file.
I uncommented the code, adjusted the min-width to my required 48em, and all is golden 🙂
@media screen and (min-width: 48em) { .content-area { float: left; width: 65.104166667%; } .widget-area { float: right; width: 30.5%; } }Cheers 🙂