Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #547731

    On my website webstrats.com/seec (in development, using Enfold), we would like to add a couple of text links (sort of a mini menu) in the header, toward the right. Can you give some ideas on how to do this?
    They would look like this:
    Employee Login | Board Login

    Thanks!

    #547828

    Hi webstrats,

    Please try to add a widget to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once it’s added.

    Thanks,
    Rikard

    #549396

    Great – thanks. Now i need to move these so they are to the right of our under the header social media icons. (and of course I will need to make them links)
    Thanks

    #550793

    Hi!

    Add this to your custom CSS.

    #header_main .widget {
        position: absolute;
        right: 9%;
        top: 70px;
    }

    Kind of like that? Try the “ava_main_header” hook if you want it to be flush to the right with the social icons.

    Cheers!
    Elliott

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