Hi i have added a code block element with an id to make an anchor point for a fullscreen slider. Unfortunately when the menu point is clicked it scrolls to the the code block above the silder and I can not figure our how to remove the padding of the code block or however make it move to the exact beginning of the slider.
Second thing is, that the active menu point ” Unser Geschäft and “Kontakt” do not change color when active like the other menu points.
Regards, Simon
Hi simonac!
May we have temporary admin access to your website so we can take a closer look?
Cheers!
Dake
Of course…
Hi!
Please follow the instructions in this thread to remove the space appearing above the slider:
https://kriesi.at/support/topic/anchor-link-for-fullscreen-slider/
Cheers!
Dake
So i put an empty color section instead of the code block above the fullscreen slider and named it “geschaeft” like told here: ( also because the active menu color did not work when used an id within a code block.
https://kriesi.at/support/topic/remove-top-and-bottom-space-between-code-block-within-color-section/
But i was not able to remove the space with the code.
#geschaeft .content { padding-top: 0; padding-bottom: 0; }
Thanks Simon
Hi!
Please add following code to Quick CSS as well
#geschaeft {
height: 0;
min-height: 0;
}
Cheers!
Yigit
That worked out Yigit! Great!
Thanks Simon