Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #739909

    Hi,

    I have chosen header option logo center menu above and disabled the logo in quick css `.responsive .logo img {
    display: none!important;
    }`

    Now in my site there’s still white space between the header menu and the fullwidth slider. How can I get rid of the white space?

    #739926

    Hey OskariUotinen,

    I checked your site but it appears the header and menu position is changed?

    If you still have any issue please share a precise link where we can see the issue and upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    #739944

    Sorry, wasn’t expecting you guys to help me on Sunday :)

    Now the problem is visible again. Now there are social icons in the white space section I would like to get rid of. Social icons would be best next to the main menu items.

    #739989

    Hi,

    No problem :) We love to help you with this issue. After taking a look at the site now it makes sense what you are trying to achieve.

    Navigate to Dashboard > Enfold > Header > Extra Elements > Header Social Icons and make sure the option is set to “Display in main header area”.

    The gap should automatically go away if you still have any issue please get back to us with the wordpress login details so we can take a closer look and if necessary we will add custom css and make it look like how you want it :)

    Best regards,
    Vinay

    #739991

    Hi!

    Please go to Enfold theme options > Header Layout > Extra Elements > Header Social Icons and choose to “Display in main header area”

    Let me know if understood properly and that solves the issue.
    Thanks a lot

    Regards,
    Basilis

    #740014

    Hi! I already have done that. For some reason there’s that white area below the header menu. I want to get rid of that.

    #740076

    Hi,

    To remove the white space Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_top_nav_header .av-logo-container {
        height: 0!important;
    }
    

    If you have any issue with the social icons Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #740082

    Just awesome! Thank you very much! I still would like the social icons to be on the right edge of the menu bar, so if you are able to help me a little bit more, my login info is here.

    #740259

    You guys have time to check this out?

    #740277

    Hi!

    I added following code to Quick CSS

    #header_main nav .social_bookmarks { float: right; }

    then added following to functions.php file in Appearance > Editor

    function av_move_social(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery("#top .av-section-bottom-logo .social_bookmarks, .html_bottom_nav_header #top .av-logo-container .social_bookmarks").detach().appendTo('.av-main-nav-wrap')
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_move_social');

    Regards,
    Yigit

    #740295

    Hi,

    I have selected the options in enfold settings as mentioned earlier and the social icons display in the main header area.

    Please review the site now :)

    Best regards,
    Vinay

    #740416

    You guys are totally awesome! Thank you!

    #740507

    Hi,

    Glad we could help!
    Please take a moment to review our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Remove header logo and white space’ is closed to new replies.