Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #456396

    Hi,

    I need to add some text to the far left of the logo , it will be the phone number for my business. Ideally I would like it the same line height as the social icons and gray color. Also I need it to be the same distance as the social icons from the side.

    I will also need this to show properly in the mobile version.

    #456530

    Hi mcraig77!

    Maybe you could try to add a widget to the header? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We will help you out with custom CSS once you have it in place.

    Regards,
    Rikard

    #456990

    OK i went ahead and added that code. Now I have the text I want but it seems to just extend down I need this higher than the menu.

    Please advise.

    #457344

    Hi!

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

    #header .widget {
      top: -150px;
      margin-bottom: -150px;
    }

    Regards,
    Yigit

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