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

    Hello,

    my client would like to have struck the address bar in the header below. Can also change the position of the bar? The screenshot explains how I would like it. It is about the green strip, which should be below.

    Best wishes,
    Martin

    Foto

    #695871

    Hi m_reiprich,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #695952

    The site is not yet online or blocked, so it does not work.

    #695954

    The question is quite simple: can you move the position of the “Header Phone Number / Extra Info” from top to down? In the Enfold menu> Header I can only select whether the text is right or left.

    #696006

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info {
        position: relative;
        top: 50px;
    }

    Best regards,
    Yigit

    #698178

    A good tip, thank you!
    One more question, can the size of this text be set? She is too small for her customer.

    #698243

    Hi,

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

    .phone-info {
        font-size: 16px; 
    }
    

    Best regards,
    Yigit

    #698287

    Perfekt, thank you!

    #698291

    Hey!

    You are welcome!
    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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Position address bar’ is closed to new replies.