Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1167862

    I need an additional horizontal navigation menu below the slider. So far I have done this by hand, i.e. adding links to text. But whenever the menu items were renamed, I had to change all subpages where the menu was implemented. Now I created a menu in a widget, created 2 containers (1/2 1/2) on the page and wanted to put the widget with the menu in the right container. Does anyone know a solution how to transform the menu into horizontal ? Thanks in advance.

    • This topic was modified 4 years, 11 months ago by Oversberg.
    #1167935

    Hey Oversberg,

    Have you tried the full-width menu?

    If you have the vertical added somewhere we can try to make it horizontal for you.

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1168157

    I tried the full width menu – unfortunatelly I need the text on the right of the page to (sorry – the Design Agency wants this)

    So I compsed 1/3 with Text und 2/3 with Menu (using Widget) if we could change the Menue to horizontal everything would be fine … https://www.nachbarrecht.com/test-menu.html

    We could do that using the “Portfolio Raster” with the Sort Option. But in this case I need some “Description Text” before the Portfolio entried corresponding to the Portfolio Categorie.

    • This reply was modified 4 years, 11 months ago by Oversberg.
    #1168288

    Hi Oversberg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    #top .content .flex_column .widget_nav_menu li {
        display: inline-block;
        border: none;
        width: 80px;
    }
    #top #nav_menu-3 {
        width: 25vw;
        float: right;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1168738

    Hay Victoria,
    thank you. It’s close to what I need https://www.nachbarrecht.com/test-menu.html
    Unfortunately it doesn’t float “right” and all menu items seem to have the same width. Furthermore I need an “Pipe Symbol” between the Elements

    • This reply was modified 4 years, 11 months ago by Oversberg.
    #1168985

    Hi Oversberg,

    Please remove that code and add this:

    
    #top #nav_menu-3 {
        width: 20vw;
        float: right;
    }
    #top .content .flex_column .widget_nav_menu li {
        display: inline-block;
        border-right: 1px solid #181515;
    }
    

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.