Hi, I have two problem, one with the width of main page and another one with the menu width in english version. I attached two screenshot. I would like the width of page more large, how the example 'screenshot-1' (in all the internal pages like 'chi sono, blog, newsletter, contatti etc') and the menu in english version all on one line. Now the internal page it's like this https://www.howtotravelinstyle.com/index.php?option=com_content&view=category&layout=blog&id=25&Itemid=352&lang=it
Is it possible?

Thanks you
Regards


    cosmoservice Hi. Please add this to css:

    @media (min-width: 1200px)
    .container {
        width: 1600px;
    }
    }
    
    @media (min-width: 1200px)
    #navwrap #menu {
    width: 60%;
    }
    #navwrap #search {
    width: 40%;
    }
    }

    Hello, thanks for the reply. I added the code in the custom.css file but it does not work. Where am I wrong?

    cosmoservice Hi. Sorry, there is a small syntax issue in my code. Please use this instead:

    @media (min-width: 1200px) {
    .container {
        width: 1600px;
    }
    }
    
    @media (min-width: 1200px) {
    #navwrap #menu {
    width: 60%;
    }
    #navwrap #search {
    width: 40%;
    }
    }

    Hello, could you help me to set the layout as the example 'Center & Right mode' of the demo, please?
    Https: //demo.joomlabamboo.com/showcase/jan12/index.php? Option = com_content & view = article & id = 173: grass -retrospective & catid = 50: landscapes-and-color & Itemid = 192
    I tried to set the layout template, but if I change something the page doesn't show. How can I do?
    Thanks in advance

      cosmoservice Hi. I'm afraid I do not understand what You have in mind. Can You please try to explain it a little bit better? Do You mean to have a right column added? If yes than You just have to post some modules in "sidebar-1" module position.

      cosmoservice Hi. Ok, great to hear it. Hope my tip has helped a little. Closing this thread now.

      Write a Reply...
      You need to Login to view replies.