Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1123355

    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

    #1123368
    #1123725

    Hi,

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

    #header .widget {
        z-index: 10;
    }

    Best regards,
    Rikard

    #1123927

    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;

    }

    #1123928

    My problem is when I attach a link to the image, the link doesn’t work.

    Thanks

    #1124060

    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

    #1124213

    Yippee! Thanks for much for your help. Works great!

    #1124227

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Adding a link to additional image in header’ is closed to new replies.