Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #397357

    Hi there,

    Similar to the thread: https://kriesi.at/support/topic/add-address-next-to-logo/ I want to add the telephone number in large type in the space to the right of the logo.

    I’ve tried the code changes in the above thread by to no avail. Can you help?

    Thanks,

    D

    #397454

    Hey D!

    Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    If you need any help adjusting the codes, feel free to let us know

    Best regards,
    Yigit

    #397463

    Thanks Yigit,

    Unfortunately, that places the widget in the Title and Breadcrumb area. I want it to go in the whitespace to the right of the logo. I’ve left it where it is for now if you want to have a look.

    D

    #397469

    Hi!

    Please add following code to Quick CSS

    div#text-2 {
    float: right;
    margin-top: -100px;
    }

    Best regards,
    Yigit

    #397475

    Hey!

    You can also try to use:

    
    #text-2.widget_text {
        left: 250px !important;
        position: relative;
        top: -125px !important;
    }
    
    .header-scrolled #text-2.widget_text {
        left: 250px !important;
        position: relative;
        top: -100px !important;
    }
    
    

    Regards,
    Günter

    #397483

    That’s the one thanks!

    D

    #397485

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add Phone number (large) to right of logo’ is closed to new replies.