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

    Hi,
    I’m trying to display a text widget between logo and menu.
    On my site I display logo and menu in left sitebar (link for test site is in private content)

    I tried this https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
    The first code snippet displays the widget below the menu, the second displays it above the logo.

    Is it also possible to display the widget below the logo and above the menu?

    #982428

    Hey tl_s180,

    Please try the following in Quick CSS under Enfold->General Styling:

    #text-2 {
        position: absolute;
        top: 80px;
        left: 40px;
    }

    Best regards,
    Rikard

    #982434

    Works : )
    Thanks a lot

    #982559

    Hi tl_s180,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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