Tagged: , ,

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

    I have an issue with the distribution of a header and the top-bar of a site, you can see what i want to do in the image that i attach.
    Starting with the top-bar i want to distribute information in the center of it.
    In the header i want to put a sort kind of second menu with icons and a search engine over the main menu which is going to be centered.
    ¿Can you help me with this?

    • This topic was modified 5 years, 8 months ago by lowklick.
    #1079539

    Hey lowklick,

    Maybe you could try to add a widget to the header area? https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1080152

    Thanks, i just did it but now i have a trouble with the vertical position of the text that i put in the new widget and i cant make it clickable, plus troubles with the responsive version.
    By other side i cant put the text of the top-header in the middle of the page.

    • This reply was modified 5 years, 8 months ago by lowklick.
    #1081201

    Hi,

    Please try this in Quick CSS:

    #custom_html-5 {
        padding:0;
        position: absolute;
        top: -50px;
        left: 40%;
    }

    Best regards,
    Rikard

    #1081982

    Thnx the css works, but im still having troubles making the text clickable.
    Instead of making new configurations to the header im thinking of making a sticky color-section, is there a quick css which could help me with that?

    #1082658

    Hi lowklick,

    The header is already sticky but you need to add the custom elements there and that is done by adding the custom header widget.

    Best regards,
    Victoria

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