Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1205481

    Hi there,

    I would like to have a bordered menu item next to the burger menu. And separators in between them. Could you help me with some CSS for this?
    Looks a bit like this

    https://ibb.co/j3WgzfQ

    • This topic was modified 4 years, 7 months ago by jorisbl. Reason: image link added
    #1205684

    Hey jorisbl,

    You could try adding the extra content to a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area. If you need further help then we need to be able to inspect the actual elements on your site.

    Best regards,
    Rikard

    #1205705

    Hi Rikard,

    many thank for this, could you also help me get the menu next to the burger? It’s now under the logo at the left side.
    I gave Jordan a login for the site to help.

    Hope you can help me out.

    #1205856

    Hi jorisbl,

    Please share credentials in this thread too :)

    Best regards,
    Victoria

    #1205894

    Hi Victoria,

    in private content are the credentials.

    regs,

    #1206304

    Hi jorisbl,

    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

    
    @media only screen and (min-width: 768px) {
        #nav_menu-3 {
            width: 270px;
            float: right;
            height: 50px;
            top: -35px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1206342

    Hi Victoria,

    many thanks! How can I adjust font family, size, bordered etc? Can’t seem to do it via advanced styling?

    regs,

    #1206853

    Hi jorisbl,

    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 #nav_menu-3.widget_nav_menu li a {
        font-size: 18px;
        font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        border-right: red 2px solid;
    }
    #top #nav_menu-3.widget_nav_menu li a:hover {
        color: red;
    }
    @media only screen and (min-width: 768px) {
        #top #nav_menu-3 {
            width: 270px;
            float: right;
            height: 40px;
            top: -30px;
            margin-right: 120px;
        }
    }
    #top #nav_menu-3.widget_nav_menu ul,
    #top #nav_menu-3.widget_nav_menu ul li {
        height: 70px;
    }
    #top #nav_menu-3.widget_nav_menu a {
        padding: 0;
    }

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1206877

    Hi Victoria,

    many thanks. How can I adjust font and font size? And how to add a border around it?

    regs,

    #1207274

    Hi jorisbl,

    https://share.getcloudapp.com/WnuGJv5o This is the code for the font-size.

    https://share.getcloudapp.com/jkulZGBo This is the code for the border on the right.

    If you remove the right part, the border will be around.

    Best regards,
    Victoria

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