Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1494309

    Hallo,

    i want to add a button above the main menu right but inside the menu block not in the top menu line.
    So, i used the hooks but i guess, there is no such hook for my need… any idea how to place the button like this?

    Button was created as custom widget.
    This is the code i use to implement:

    /* widget in header */
    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'btn-immo-bewerten' );
    }

    This is how it looks like
    seb des 1

    And this is has it has to be
    seb des 2

    • This topic was modified 5 hours, 16 minutes ago by xeovision.
    #1494318

    Hey Sebastian,

    Please try this CSS as well:

    a.immobewerten {
      height: 27px;
      line-height: 24px;
    }

    Best regards,
    Rikard

    #1494319

    Top, great. Was just the size of link btn ..

    Thank you

    • This reply was modified 2 hours, 13 minutes ago by xeovision.
    #1494322

    What i see now, how to manage the shrink behavior?
    Can i move it above the main menu here as well??

    shrink btn

    Option A: place it above the menu

    Option B: make this button in shirnk modus invisible

    • This reply was modified 1 hour, 53 minutes ago by xeovision.
    #1494328

    SOLVED: i did the Option B

    We can close here

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