Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #696212

    HI
    Is there any other way to add phone and address above the top menu besides using extra elements option?

    I don’t like that the gray bar is underneath and I want to space it out nicer. Thank you

    #696262

    Hey ilonka78,

    That is the best way to add the address and phone number. We can help you with styling by providing some custom CSS. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .header_color .container_wrap_meta {
        background: #ffffff;
    }
    
    .phone-info span {
        line-height: 1.5em;
    }
    

    Best regards,
    Jordan

    #696271

    Great. Thank you!

    #696274

    Hi,

    You’re most welcome! Feel free to reach out to us again if you need assistance with anything else.

    Best regards,
    Jordan

    #696799

    So now address looks great but there is too much white space betwee address and the menu. How can I reduce that space between and pull the logo up so it is in the middle? Thank you

    #696967

    I tried to manipulate margin and padding for logo but then logo gets really small and I nly want to move it more in the middle. Thanks

    #697030

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #697060

    What happen with the support? I have purchase this theme third time because of the great support and I can’t get an answer for any question? Really? Hire a freelancer to move the logo up? I’m the freelancer and I’m asking for help as I couldn’t have it done.

    I’m sure it can be done with css and not a lot of work.

    You advised me to put the address at the top by using extra elements option which created a lot of white space and I just want to pull a logo a little bit up.

    Thank you

    #697068

    Hi,

    The way the header is setup or modified renders any custom code that we provide useless.
    If you still like to try it please add the code below which will normally work if the header is not modified.

    .logo {
        top: -30px!important;
    }

    Instead what i would suggest is add a widget area and make the required modifications to it. http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    We can get you started in the right direction would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    #697144

    First solution worked great. The only thing was that the top part of logo was hiding behind the gray bar at the top but I set his up to transparent and looks great if somebody is looking for answer to the same issue. Thank you!

    .header_color .container_wrap_meta {
    background: transparent;
    }

    #697768

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Adres and phone at the top’ is closed to new replies.