Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #507212

    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

    #507270

    Hi simonac!

    May we have temporary admin access to your website so we can take a closer look?

    Cheers!
    Dake

    #507298

    Of course…

    #507324

    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

    #507563

    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

    • This reply was modified 9 years, 1 month ago by simonac.
    #507705

    Hi!

    Please add following code to Quick CSS as well

    #geschaeft {
        height: 0;
        min-height: 0;
    }

    Cheers!
    Yigit

    #507801

    That worked out Yigit! Great!

    Thanks Simon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Padding of code block and active menu color’ is closed to new replies.