Hello Contao Community. I have recently set up my own website using the Contao CMS, and I ran into a little problem. I need to somehow make a horizontal navigation menu. The problem is that I just need good old fashioned links. I do not need a fancy javascript menu; just links will do. I have searched the forums and found nothing on this. The problem when I try to do it with custom css is that instead of this:
Link | Link | Link
I get this:
Link
|
Link
|
Link
My code is as follows:
Custom HTML (Note: The links are not set up yet):
CSS:Code:<div class="headNav" > Warenkorb <pre> | </pre> ZahlungsundVersandbedingungen <pre> | </pre> AGB <pre> | </pre> Kontakt </div>
Can somebody help me with this issue? I really need to finish the site and this is pretty much my only obstacle.Code:.headNav { width:500px; float:right; margin:10px 0; text-align:right; }
Thank you very much![]()


Reply With Quote
. I now have the layout that I need. I didn't use the default menu because it is vertical. I understand that I could've edited the template, but I was short on time and I don't really know PHP
. But my problem is solved now, so thank you again 
Bookmarks