Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Header Image not responsible on mobile #169734
    lsostudio
    Participant

    Finaly, I remove the code below in the header.php
    <?php catch_vogue_sections(); ?>
    <div id=”content” class=”site-content”>
    <div class=”wrapper”>

    and replace by
    <?php
    if ( has_header_image() ) {
    $header_image_data = get_theme_mod( ‘header_image_data’ );
    echo wp_get_attachment_image( $header_image_data->attachment_id, ‘full’ );

    and it looks fine.

    Best Regards,
    Caroline

    in reply to: Header Image not responsible on mobile #169730
    lsostudio
    Participant

    Dear Sapana,
    Many thanks for your answer. So there is no solution for header image to be fully shown in mobile and tablet version ?
    Regards,
    Caroline

Viewing 2 posts - 1 through 2 (of 2 total)