Another noob question here, but how do I find out which stylesheet a particular page in Umbraco is referencing? I have a form in the backend under Macros, under the Developer tab, and I want to see what stylesheet it uses so that I can perhaps add some media queries in and make it mobile-friendly.
Only I've looked and I can't find anywhere in the Umbraco interface where it tells me which stylesheet it's actually referencing.
chances are the macro won't be referencing any stylesheets specifically - when the macro is placed on a page (in a page template or via the editor) then it will pick up any styles from the page it is placed on.
if it's something used across your site, the best bet is to put the styles in your main stylesheet, and then when the macro is on a page it will use those styles.
Which stylesheet does a page reference?
Another noob question here, but how do I find out which stylesheet a particular page in Umbraco is referencing? I have a form in the backend under Macros, under the Developer tab, and I want to see what stylesheet it uses so that I can perhaps add some media queries in and make it mobile-friendly.
Only I've looked and I can't find anywhere in the Umbraco interface where it tells me which stylesheet it's actually referencing.
Hi
chances are the macro won't be referencing any stylesheets specifically - when the macro is placed on a page (in a page template or via the editor) then it will pick up any styles from the page it is placed on.
if it's something used across your site, the best bet is to put the styles in your main stylesheet, and then when the macro is on a page it will use those styles.
is working on a reply...