Wrap with ID

Hello, is it possible to have a wrap with ID as it is with the sections? I have a section with 2 wraps (A and B), each of them is 1/2 wide. If I want to make a page jump to wrap B it's not possible, just to the section in general, which is ok on desktop, but not on mobile, as the wraps are under each other. Thanks. Toni

Comments

  • No you cannot, but what you can do is place this into a column or and element in the HTML code.
    <div id="your-id" style="display:none;"></div>

    This element will have the ID you want and will not be visible.
    Make sure you have the one-page option enabled in the page options of the page you are creating.
  • Hello,
    thank you, it works, but not with display:none.
    But that's no big deal.
Sign In or Register to comment.