I did not have such a requirement, so haven’t tried yet. But if you search the forum, you will find a comment from @Teodor saying sub menus aren’t natively supported in Bootstrap.
Submenus are supported
it’s multi level submenus not supported.
oh. I misread the question. ![]()
In the dynamic atributes is possible to use on click or mouse over?
Hi,
i have another issue.
I have content on the left and Navbar on the right and now I want to hide it on tablet, landscape and phone but at the same time, I want the left column (with content) to get full width. How can I do it?
Because I want to change the menu from the right to the top on mobile.
I only get this:
Hello,
If you need a column to span to 100% width of the container, you need to make it 12 columns width for that screen size.
Thanks @Teodor , i tried before, but it didn’t worked. Only after several tries started to work.
Hy guys,
I have another question. How do I change an existing CSS? I want to delete the border of the dropdown menu
You should never actually remove a style from the base bootstrap 4 framework but you can override a style. To do this you need to either use inline styles or add an external stylesheet file which is my recommendation, unless there is another bootstrap 4 class that can be added or removed to do the same job, which in this case there is.
Once you have a stylesheet then just add a rule of
.dropdown-menu { border: none; }
If you do it inline then add style="border: none;" to the element you want to affect.
Bootstrap also has some built in classes to add, color, or remove borders so you could add a class of border-0 on the correct nav element too.
Hi @Teodor,
is possible to fix the social media on the bottom of the page? just like the sticky menu on top?
I used anchor for the awesome icons, but where can I change the hover color?
Im having this annoying and strange thing happening.
Only on mobile, the logo gets cutter on the right side. I tried everything to fix it, is it any kind of bug?
It gets cut-off on the full screen version too, by the same amount.

And the original svg file seems to be cropped.
The file can be seen in full on it’s own BUT is very slightly off-centre (ie to one side)

And if I make the browser window much taller then you can see that the image crops rather than showing in full.
This all points to issues with the svg file and not a Wappler issue.
Hope this helps.
@UKRiggers i final got it.
On some browsers and phones the font of the logo changed to default
This is the right font:

Not this:

Just converted the font to curves and voila!!!
@Andre Glad you managed to sort it in the end.




