Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #169674
    lsostudio
    Participant

    Hi everyone !
    I installed the Catch Vogue on my new site with WordPress and I really like it. From pc everything goes ok but from mobile and tablet, the header image stays in the same size and do not adpat to the new device’s size.
    On the other hand, the home page, articles and pages are responsible…

    My website is https://lsostudio.com.

    Thank in advance for all your advice.

    Regards,
    Caroline

    #169701
    sapana
    Participant

    @lsostudio: Actually header image in background and background-size is cover so the header image is little bit scale up in mobile and tablet version ,otherwise it is fully responsive.

    Kind Regards,
    Sapana

    #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

    #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

    #169847
    sapana
    Participant

    @lsostudio: Glad to know that you figure it out. Have a good day 🙂

    Kind Regards,
    Sapana

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Image not responsible on mobile’ is closed to new replies.