I used this function:
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
which works great.
The problem is that I can’t get a link to work with the image I’m using.
I tried both using an HTML widget and an image widget.
Thanks,
Steve
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#header .widget {
z-index: 10;
}
Best regards,
Rikard
Should I replace this Quick CSS code with what you sent me/
#header .widget {
right: 10%;
padding-top: 0px;
margin-top: 10px;
position: absolute;
top: 0;
}
My problem is when I attach a link to the image, the link doesn’t work.
Thanks
Hi,
You can replace the CSS you posted with this:
#header .widget {
right: 10%;
padding-top: 0px;
margin-top: 10px;
position: absolute;
top: 0;
z-index: 10;
}
Once the z-index is applied then your link will work.
Best regards,
Rikard
Yippee! Thanks for much for your help. Works great!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon