Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #235479
    Anonymous

    Hello,
    How can I make the navigation (Home / Portfolio / Blog / Pages / shortcodes)
    on down and get closer to the slider, although the large header is used with a great logo.

    Because currently available yes more centered.

    http://kriesi.at/themes/enfold/headers/

    Greetings

    #235485

    Hey Dominik!

    Can you post the link to your website so we can take a look?

    Cheers!
    Yigit

    #235531
    Anonymous
    This reply has been marked as private.
    #235714

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    You can add this on Quick CSS or custom.css to move the menu closer to the slider:

    
    .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li > a {
     line-height: 180px !important;   
    }
    
    .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a {
     line-height: 58px !important;   
    }

    Best regards,
    Ismael

    #236269
    Anonymous

    Where do I insert the code ?

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    
    /* General Custom CSS */
    
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }
    #236281

    Hi!

    You can add the code the right below following line

    /* General Custom CSS */

    Cheers!
    Yigit

    #236327
    Anonymous
    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    
    /* General Custom CSS */
    .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li > a {
     line-height: 180px !important;   
    }
    
    .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a {
     line-height: 58px !important;   
    }

    What is Wrong ???
    It has unfortunately not changed anything!
    Changed file and uploaded again!

    Or do I have to do what?

    #236352
    Anonymous
    This reply has been marked as private.
    #237731

    Hi!

    Can you please once again make sure that wp-content>uploads folder has correct permissions ( 755 )?
    If that does not help, do you mind creating a temporary admin login and posting it here privately so we can take a look? Ismael’s code should work fine but it is not being applied.

    Cheers!
    Yigit

    #238016
    Anonymous

    I’m so sorry the Code is perfect.

    Thank you

    #238018
    Anonymous

    What should I change in the code if I disable the sticky header function?

    #238231

    Hey!

    Just remove this code

    .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a {
     line-height: 58px !important;   
    }

    Best regards,
    Ismael

    #249328
    Anonymous

    Hello,
    need your help.
    The code no longer works.
    What should I make the code also from the work custom.css.
    When I insert there fügtioniert no code and since the last update it no longer works also from the Quick CSS.

    Greetings

    #249384

    Hi!

    Can you post a temporary login so we can see how your website looks now?

    Cheers!
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.