I’m trying to create some dropdown links within an element on our test site home page.
To do this I’m using stack overflow and w3schools, and pasting the CSS into a plugin (Simple Custom CSS and JS).
However, it appears to be re-arranging the elements of my home page, placing grid rows within grid rows, and other silliness!
All I’m trying to do is create a horizontal list:
Triathlons | Road Runs | XC Runs | Open Water Swims | Tennis Tournaments
where some of them are text linking directly to a relevant web page, while others produce a drop-down on hover with a list of events, each list item linked to the relevant site.
I add the first button, and as soon as I add either text, or another button, it all goes wrong!
Please advise!
Thank you
OK, so I’ve tried again, and now when I try and open a text element it behaves as if it is a new element.
I’ve disabled the minify and cache plugins while I’m working on this.
Thanks
Hi,
Try using a code block element instead of a text block element.
Best regards,
Mike
Thanks, can close this now.