Hello, how I can do the bottom menu horizontal? I try in differents positions: bottom5, for example, but it appears vertical. Thanks

    alceste To be more precise and avoid confusion/ambiguity in addressing your query, Kindly confirm if you wish to see horizontal orientation for menu items in specific module position like seen in screenshot

      aman204 Hello, in this image only is a bottom menu the last that begin like "mapa web". The other are a custom modules with list of links to bottom menu items that I made to solved it provisionally. In order that will be clair, now I change the bottom menu to the position bottom3. See again now, please. Thanks!

        alceste To be more precise and avoid confusion/ambiguity in addressing your query, Kindly provide screenshot marked with annotations showing the specific module as to how you wish to have it squarely seen

          aman204 Hello, I adjoint a screenshot with annotations. Thanks!

            alceste
            Hi

            Open css/override.css file and add this code

            @media(min-width:768px){
            .gkmod-1.box ul.nav {  display: flex;}
            
            .box ul.nav li {
                padding-left: 10px;
            }}

            Enable override css option from template style options.

            Regards

              Ninja Hello, it runs nice in bottom3 prosition. But I can apply this only for this position? In the example I have the bottom menu in position bottom3 only to test, but normally I must do it in bottom5 or other more below. I see that they exist a position named "Bottom Menu", but if I choice this position the bottom menu don't appears in the web. Where I can see a design with all position availables on Stora template? If use "...?tp=1" in a demo I can't see all available positions. Thanks for your help

              Hi
              Kindly make a final position of menu module and share the url,i will check it

                Ninja Hello, I don't know all available position modules in this template. I would like to have a scheme or a drawing with the positions. I can't find it. I would like the bottom menu to be at the bottom of the template, but above the "lang" and "Copyright" positions. I suppose it would be normal to place it in the same position as "breadcrum". Now bottom menu is in bottom3 position. I think that the custom modules that are now in "bottom2" were in "bottom5" when bottom menu were in breadcrum or similar position. But not having a scheme with all the positions I'm not sure. Thanks!

                  alceste
                  Hi
                  the code is working fine on the module you want.
                  The breadcrumb position is above the copyright at the moment http://prntscr.com/mi6f8x
                  Can you clear if you still have the issue in horizontal menu as it showing fine on bottom3 position

                    Ninja Hello, Yes at the moment runs nice also if change the position to bottom5. Only they are a little problem: I see that the first word of the menu appears incompletely, the first letter is missing. It appears "apa web" and the complete word is "mapa web"
                    Also I would like to have a schema like this of the "Instyle template" but from "Stora template". Please, see this link and inform me if is possible to have something like this.
                    https://demo.gavick.com/joomla25/instyle/index.php/template/template-features/module-positions
                    Thanks and best regards!

                      alceste
                      Hi
                      Add this code override.css file for first character issue in menu

                      .nav {
                          margin-left: 20px;}

                      For further new topic question , kindly open a new thread.

                      Regards

                      Ninja locked the discussion.
                      Write a Reply...
                      You need to Login to view replies.