inline to absolute at a breakpoint

Thomas, I think all you need is .turntoabsoluteatbreakpoint and media queries for the breakpoints… like so:

.turntoabsoluteatbreakpoint { position: static; }
@media only screen and (max-width : 768px) {
    .turntoabsoluteatbreakpoint { position: absolute; }
}

Freeway will automatically write the media query for you if you select the style in the Style Editor and then choose which media state you wish to effect from the menu at the bottom-right of the window. If you’ve never used the Style Editor that way before it can take some adjusting. But I promise it becomes easy, even giving the style names with different media query definitions a disclosure triangle to identify them. Only be careful and deliberate as I have most of my Freeway crashes after heavy style editing sessions.

This will apply to any style you can write in the Editor-- including id(#)styles.

Best wishes, always…


freewaytalk mailing list
email@hidden
Update your subscriptions at: