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' );
}
Hey Sebastian,
Please try this CSS as well:
a.immobewerten {
height: 27px;
line-height: 24px;
}
Best regards,
Rikard
Top, great. Was just the size of link btn ..
Thank you
What i see now, how to manage the shrink behavior?
Can i move it above the main menu here as well??
Option A: place it above the menu
Option B: make this button in shirnk modus invisible
SOLVED: i did the Option B
We can close here
