Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #880152

    hi, this is my website:

    Immagine1

    i want add a link in the center of header, but under the logo & menu.

    it’s possible?

    thanks

    #880161

    Hey Pas7o,

    Please refer to this post – https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and if that does not help, please post a screenshot showing the changes you would like to make so we can make sure that we are on the same page :)

    Best regards,
    Yigit

    #880239

    i did:

    menu

    now, to lower the word “curicculm” for be under menu & logo, how i can do?

    thanks

    #880257

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #header .widget { 
        top: 20px; 
    }
    

    If that does not help, please post a link to your website.

    Best regards,
    Yigit

    #880280

    tigit, this is a demo. the real link is here

    i add this code. this is the result:

    header

    I also want the header lower together the widget.

    thanks

    #880288

    Hi,

    Could you please post a screenshot and show it should look? To me it sounds like it would be a better to use header meta with blue background and set background of main header section to transparent.

    Regards,
    Yigit

    #880298

    Now:

    now

    After:

    after

    #880380

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #header .widget {
        top: 55px;
        width: 100%;
        left: auto;
        transform: none;
        text-align: center;
        background: #06b0e4;
        padding-bottom: 0;
    }
    #header .widget p { 
        margin: 0;
    }
    

    Best regards,
    Yigit

    • This reply was modified 7 years ago by Yigit.
    #880416

    it’s not inline with the width:

    allineamento

    #880641

    change question! i added a widget area into the header and i put on it a “navigation menu”:

    Immagine1

    it’ possible:
    – vertical align the content of the widget?
    – change color only for this menu?
    – change font-size only for this menu?

    thanks

    #880652

    Hi,
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #header .widget a {
        padding-top: 0;
        color: red;
        font-size: 20px;
    }
    
    

    Best regards,
    Yigit

    #880675

    thanks

    #880676

    Hi,

    You are welcome! Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘link under logo’ is closed to new replies.