[Khurt]Thanks [asuh]. Removing the 960px declarations ( or putting them back to default of 670px) makes the page width 670px. I want a page width of 960px.
[Khurt]The only thing I changed from the original was the value of the width declarations. Now why I need the media query. Don’t understand what any of that means.
[asuh][Khurt] yeah CSS can be tedious for those not used to it. You’ll have to update the CSS a little more for this to work as you’re hoping. I know you were hoping that a width change would fix it how you want but you’ve exposed an edge case that others haven’t come across or reported yet
[tantek], sebsel, sebsel_, metbril, [jgmac1106], [relapse] and [Khurt] joined the channel
Loqi[John Regan, Danny Van Kooten] Description
An easy-to-use WordPress Plugin to add custom CSS styles that override Plugin and Theme default styles. This plugin is designed to meet the needs of administrators who would like to add their own CSS to their WordPress website. Styles c...
LoqiIt looks like we don't have a page for "that css/mf2 thing" yet. Would you like to create it? (Or just say "that css/mf2 thing is ____", a sentence describing the term)
[tantek]I think that's not worth worrying about theoretically at this point. Wait for someone to specifically *ask* for a POSSE destination to be supported before figuring it out.
[asuh][Khurt] when I look at this page on my phone’s browser, the top images are too wide for the screen because of the rule `.single-column #page { width:960px }`. A media query added to that fixes it.
[asuh]In plain English, this says “Hey browser, only apply this rule that says the page should be 960px wide when the browser has a width of 960px or above.”