Tagged: full width menu
Hi,
– I would like to know how the Full-width menu works. Because I would like to put more links within the same page.
I´ve put a section for Precios and want to link it with its corresponding section.
thanks
Hey cipriana,
Do you mean that you want to link to an anchor on the same page? If so you need to create the anchor first, something like this:
<div id="your-anchor"></div>
And then link to the anchor from your menu, the link in this case would be
#your-anchor
Best regards,
Rikard
That´s it. Thanks!