I have created a widget in the header using your recommended way by placing the following code in the function.php file
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘Donate’ );
}
See http://www.jamestest.co.uk. I have used the following custom css
#text-3.widget{
position: absolute!important;
left: 84%!important;
}
However the button seems to cause an issue when viewed on tablet or phone and is not responsive. Is it possible to get the button to be responsive so that when reducing it lies underneath the logo or the image slider.
Can you please help
Pete