Accessing the width of the Live View
Hi!
I have built some CSS code to change the positioning of page content in a fluid manner as I drag the right edge of the Live View window in or out. However, I do not know how to access the page width indicated by the ruler above the window. Is there an accessible variable that holds this information that I can utilize in my code? If so, what is the syntax to use it?
I have been searching for an answer but am coming up empty. My thought was that it would be something called Viewport Width, or something like that. Or is it just the width property of the page? A related question is that, given that each CSS selector has properties, what is the syntax for using those properties in calculations while inside another selector?
Cheers!
