Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #511437

    Hi,

    I have the Enfold child theme set for logo center menu below and would like to put text links beside the logo to the right. We are not using the fontello social media there. Is there a way to add a div area to that region instead?

    #511439

    Hey Gallop_Web!

    You can refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header

    Regards,
    Yigit

    #511549

    Thanks that worked great! Only problem is it pushes the nav bar down a lot. Any suggestions for correcting it?

    #511560

    Hi!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #511562

    See below. Thanks.

    #511568

    Hi!

    You have “_” in front of your custom CSS code that you copied from the link i posted. Please change it to following one

    #header .widget {
        left: 50%;
        padding-top: 0;
        position: absolute;
        top: 0;
        transform: translate(-50%);
        float: right;
        color: #000000;
    }

    Regards,
    Yigit

    #511571

    Sorry. I did that because I was trying to correct. See now. That does look better, but still not quite right. Suggestions?

    #511610

    Got it! Thanks for your help. We love this theme and your support is outstanding. Thanks so much for everything.

    #511937

    Hi,

    Great, glad you got it fixed :-)

    Regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Add text area are beside logo’ is closed to new replies.