Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • edna bonfim Friend
    #1072363

    Hi,

    Is there any way to configure the Module menu – position sidebar 2 to roll down and not to the right? Because it does not see or read well. In the mobile version it overlaps too.


    1. Screenshot_10
    2. Screenshot_2017-11-05-00-11-45
    Pankaj Sharma Moderator
    #1072514

    Hi
    Its default Joomla menu module and work, in the same way, I can help you to show the menu in the nested format, for this I need to check the module on your site
    Kindly share the URL of the page so i will have a look on it.

    Regards

    edna bonfim Friend
    #1072688
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1072803

    Hi

    you can add below code in custom.css file to change the menu style

    .navbar-default {
            background-color:#f9b200;
            border-color:#f9cd60;
        }
    
    .t3-sidebar .dropdown-menu {
    position: static;
    display: block;
    float: none;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow:none;
    padding-left: 15px; }
    
    .t3-sidebar .dropdown-submenu > .dropdown-menu {
    position: static;
    display: block;
    float: none;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow:none;
    padding-left: 15px; }

    Beside this you can use firebug to inspect element to check the style classes and override the style using custom.css file.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum