GetSimple Support Forum
QUESTION Seascape 2 - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: QUESTION Seascape 2 (/showthread.php?tid=9618)



Seascape 2 - horei - 2017-05-10

Hello Timbow or other specialist,

I like to unlock the Seascape2 header (not to be fixed ) to allow scrolling up and down together with the page.
Modifiying assets/style.css -> position: fixed doesn´t help. Where and how can it be done?


RE: Seascape 2 - Timbow - 2017-05-12

position:fixed; is the declaration. You may want to change it to position: absolute; and you might need to do that in several instances in the css (media queries, also there is a #header and a .header-wrapper).


RE: Seascape 2 - horei - 2018-01-10

Hello Timbow or other specialist,
another question on Seascape2:
the header on my webside " https://www.bluthochdruck-frankfurt.de" contains in top line the webside title "Selbsthilfegruppe Bluthochdruck Frankfurt Rhein-Main" and underneath (in bottom line) the navigation links to 4 pages. I like to change position of navigation to the top line and webside title to lower line. I could not locate file where this sequence has been defined.
Pls. give me a hint.