Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #492824

    Hello,
    I tried to find an answer in the forum, but couldn´t find a clue.
    I want to display a full width portfolio raster on a one page site. But I can´t find a solution to put a menu-anchor to the raster area.
    When I put the portfolio raster into a color-section, it is automatically displayed in content-width.
    Is there any solution for my problem?

    Thanks in advance!

    #493084

    Hey Hell13raiser!

    I’m not really sure what you mean by portfolio raster but send us a link to your page and we’ll check to see if it has an ID or something that you can target in the menu link.

    Best regards,
    Elliott

    #493188

    Hey Elliott,

    the project is not published yet. But what I´m trying to ask ist nearly this: https://kriesi.at/support/topic/anchor-links-without-color-section/
    Where can I put the anchor in the Portfolio Raster without using a color section?

    Best regards!

    #493598

    Hi!

    Add it to a codeblock element somewhere in your page.

    <span id = "anchor1"></span>
    <span id = "anchor2"></span>
    

    Regards,
    Elliott

    #493651

    Perfect! That works. Thank you!

    Last question to this: Can I eliminate the height padding of the codeblock in CSS? It looks like the codeblock is about 20-30px high.

    Regards

    #493719

    Hey!

    Perhaps it’s the span tag, try changing it to this.

    <span id = "anchor1" style = "visibility: hidden;"></span>
    

    If that does not work then send us a link to your page so we can take a look.

    Regards,
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.