SP PB 3 Vertical Menu On Bottom - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

SP PB 3 Vertical Menu On Bottom

S

SPD

SP Page Builder 2 years ago

HI, I am trying to create a vertical, visible menu in the bottom or footer position, similar to your Quck Start sample site, but not having any success as the menu keeps displaying horizontally. Trying to mimic sample stuff and the only difference I can see the it is using Menu Item Alias, pointing to existing items in main menu. this will not work for me as the point of the bottom menu for me is to move rarely used items off main menu.

Basically I would like the menu to display vertically and be visible all the times, e.g. no type of click>Drop Down/Up scenrios

Appologies in advance if this has nothing to do with SP Page builder and I need to be looking/asking in Joomla or general web dev sources. just let me know Cheers Steve

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #135660

Hi Steve,

indeed, if you use Menu module - it has no relation with SPPB. But don't give up and use Bootstrap 5 class in that module in Advanced (tab) > Menu Class field: navbar

info_1776_2023.gif

info_1777_2023.gif

if you used bottom module position add also that in Custom CSS area

#sp-bottom .sp-module ul > li:last-child {margin-bottom: 15px;}

BT Guide >> https://getbootstrap.com/docs/5.0/components/navbar/

0