Sticky/fixed text in gridder
-
Hello,
I'm wondering how to make a text box sticky within the gridder. I have a small paragraph of text I would like to act as a "menu" and I'm hoping to have it stick to the top left of the browser when viewers scroll down. Here is a link for a visual reference: http://mackenziepringle.com/home-2
Is this possible? I feel like a "sticky" botton added into the text options in gridder would be a big hit. Please let me know, thank you!
-
UPDATE:
Fixed this issue by setting a custom class and then calling the class in custom CSS. Sorry I'm new to CSS. If anyone is wondering how to do this in gridder:
set custom HTML class > name it > type in custom CSS for desktop:
.(name of your class) {
position:fixed;
}cheers!
-
Dear @mrrpringle
perfect! Thank you for letting us know!Marius