Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #215014
    #215178

    Hi Serge!

    1.) The responsiveness will not be affected by using a child theme. Can you please give us a link to the website?

    2.) You can use the Image element under Media Elements panel.

    Cheers!
    Ismael

    #215195
    This reply has been marked as private.
    #215277

    Hey!

    1.) Use this to fix the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    position: absolute !important;
    height: 80px;
    left: 20px !important;
    }
    }

    2.) I’m not sure what’s wrong with the main menu.

    3.) The form looks ok on my end.

    4.) You can use the Color Section to replace the inline image banner. Use the graphic banner as background image. Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes/

    Regards,
    Ismael

    #215429

    Thank you Ismael, this is good on iPad, but unfortunately, not on iPhone. Any suggestion?

    #215494

    Hi,
    I could fix all the other issues, thank you, but concerning the logo, I see that even on iPad and on desktop, the logo size is altered, its size should remain 209px X 50px. The header height has been reduced intentionally but there should be enough space for the logo.
    Can you please help me to sort this out?
    Thanks a lot.
    S.

    #215936

    Hi!

    Please try to insert following code at the bottom of functions.php

    
    add_filter('body_class','avia_remove_resize_function');
    function avia_remove_resize_function($classes)
    {
        $classes[] = 'avia_deactivate_menu_resize';
        return $classes;
    }
    

    It will deactivate the js function which re-sizes the logo if the menu & header height increases/decreases and this should fix your issue.

    Regards,
    Peter

    #216271

    Hi Peter,

    Thanks, but I got a blank site after adding this to functions.php

    Should it be before or after require_once( ‘functions-enfold.php’); ?

    Also I am using a child theme should it still be in Enfold functions.php file?

    Thank you for your support :)

    Serge

    #216635

    Hey!

    If you are using a child theme then it would be your child themes functions.php file.

    Regards,
    Devin

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Responsivity lost’ is closed to new replies.