I am currently using the template Skylar with Joomla 5.1 and would like to realize a navigation on the left side (sidecol 1a), as shown in the picture attached.
Can you help?
To start could you try placing your menu in a simple menu module in the sidecol-1a module position and provide a URL to an example. We can then give you the needed custom CSS.
Admittedly you are somewhat limited when using the default Joomla menu, but you could try something like the following which can be added to the Custom CSS field of your template style settings...
.module .mod-list.menu li {
background-color: #235a91;
margin-block: 5px;
padding-inline: 10px;
}
.module .mod-list.menu li a {
color: white;
}
.module .mod-list.menu li a:after {
left: 9px;
top: 13px;
}
thank you for your information. This option works great for easy navigation.
Unfortunately, I was not able to implement more extensive effects this way.
Maybe a plugin is the solution for advanced navigation after all.
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »