WMenu items layout
Added by P K over 9 years ago
Hello, I'm starting to design websites using Wt and I'm stuck on one thing. I want to have the the WMenu implemented and I managed to properly run the example given on http://www.webtoolkit.eu/widgets/navigation/menu but the problem is I want to have the WText to appear on the right side of the menu, not below. Is there a way to do this? I've read in the documentation that the default setup for the WMenu is in Bootstrap theme which I load so should I change some parameters there in order to have the layout I expect? I'm not really familiar with .css structure and stuff like that so I'm not sure if I'm going in the right direction.
Thank you for your help :)
Replies (1)
RE: WMenu items layout - Added by Koen Deforche over 9 years ago
Hey,
You probably will need to learn a bit of CSS as it's the most productive way to manage your web-like layouts.
I think the example would actually be better if we made it already behave in the way you describe, so we'll change the example --- that will at the same time help you.
Koen