Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1161532

    Hi guys, firstly congratulations on a great theme, officially my favourite now!

    I wanted to add a button in the header, to the right and aligned with the logo and menu. I found a previous question that allowed me to add a button, but it pushed the other elements down. (https://kriesi.at/support/topic/adding-custom-button-on-top-right-hand-of-enfold-header/)

    Link to the dev site is added below.

    Appreciate your time

    Terry

    • This topic was modified 4 years, 11 months ago by neotheme.
    #1161837

    Hey Terry,

    Thanks for using Enfold. I think it would be better if you placed the button in a widget area instead: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area. We can help you out with styling once you have added it to your site.

    Best regards,
    Rikard

    #1162132

    Hi, added the widget area and added a button shortcode, Still pushing it below

    Appreciate your time

    Terry

    #1162454

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #custom_html-4 {
        position: absolute;
        right: 0;
    }

    Best regards,
    Rikard

    #1162507

    Getting closer! All I have now is the menu dropping below the logo/button?

    Again thanks for the help

    Terry

    #1163828

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header_main .main_menu {
    	width: 80% !important; 
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

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