How to get the submenu under the header image

Hi,

Apparently it didn't work with the transmission.

two questions from my client.

https://pixelway.de/projekt-elektro-2016/

1. How to get the main menu to the left

2. How do you get the submenu with "Impressum ..." under the picture, see Screen-menue-2


thanks


Comments

  • Hi,

    1) You should change the header style to Stack | Left in Betheme -> Theme options -> Header & Subheader -> Header.

    2) We do not have a menu element in our builder, so you would have to recreate it in the Column Text element with <a> tags links.


    Best regards

  • Hi,

    to point 2, how do I get the submenu under the header horizontally and all the way to the right. I have the menu it in one

    Sidebar widget set.

    thanks

  • You can try this CSS code:

    .mcb-item-sidebar_widget-inner .menu-item{
       width: 160px;
       float: left;
    }
    .mcb-item-sidebar_widget-inner .menu{
       float: right;
    }
    

    Thanks

Sign In or Register to comment.