
-
AuthorPosts
-
March 11, 2014 at 2:31 pm #235479
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
March 11, 2014 at 2:44 pm #235485Hey Dominik!
Can you post the link to your website so we can take a look?
Cheers!
YigitMarch 11, 2014 at 3:31 pm #235531This reply has been marked as private.March 11, 2014 at 6:01 pm #235714Hi!
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,
IsmaelMarch 12, 2014 at 1:05 pm #236269Where 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 */ }
March 12, 2014 at 1:41 pm #236281Hi!
You can add the code the right below following line
/* General Custom CSS */
Cheers!
YigitMarch 12, 2014 at 2:57 pm #236327/* 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?
March 12, 2014 at 3:38 pm #236352This reply has been marked as private.March 14, 2014 at 4:56 pm #237731Hi!
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!
YigitMarch 15, 2014 at 1:04 pm #238016I’m so sorry the Code is perfect.
Thank you
March 15, 2014 at 1:24 pm #238018What should I change in the code if I disable the sticky header function?
March 16, 2014 at 7:12 am #238231Hey!
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,
IsmaelApril 9, 2014 at 4:58 pm #249328Hello,
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
April 9, 2014 at 8:48 pm #249384 -
AuthorPosts
- You must be logged in to reply to this topic.