Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1099453

    I need to add the following three buttons above the main menu

    link

    Website

    Make a Payment
    Client Login
    New Clients

    #1099659

    Hey hostworks,
    Thanks for the links and the screenshot, please try adding your buttons in the: Enfold Theme Options > Header > Extra Elements > Phone Number or small info text
    2019-05-11-204334
    here is an example of the code to use:

    <a href="http://new.integralrecoveries.com">
    <img border="0" alt="integralrecoveries.com" src="https://new.integralrecoveries.com/wp-content/uploads/2019/05/Button_MakeaPayment148x30.png" width="148" height="30">
    </a>

    just do this for each button.
    Expected results:
    2019-05-11-205444
    Please let us know if this helps.

    Best regards,
    Mike

    #1100154

    Thanks, but that unfortunately pushes down the header
    image
    header
    I’ve tried adjusting the header size to no avail

    #1100269

    Hi,
    Sorry, but I’m not seeing a difference between your original screenshot and now. But you can change the height of the images in the code above. When I look at your site the header has to accommodate your logo.
    How much smaller do you want the header?

    Best regards,
    Mike

    #1100311

    Granted, its hard to pickup, but adding the images up top has pushed the blue background down about 18 px.
    image2

    #1100550

    Hi hostworks,

    Please add the following css:

    
    
    @media only screen and (min-width:1024px){
        .html_header_top.html_header_sticky #top #wrap_all #main {
            padding-top: 193px !important;
        }
    }
    
    

    Best regards,
    Victoria

    #1100635

    Thank you Victoria, that did the trick!

    #1100843

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1101102

    You can close, thank you;

    #1101175

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Need to add buttons above the main menu’ is closed to new replies.