Tagged: header, page title, slider
-
AuthorPosts
-
January 26, 2015 at 8:04 pm #385798
When I put the LayerSlider into the content area on a page there is a margin built in under the header area, page in private comments. I would like to look like what you have in the demo where the slider has no margin between the header, http://kriesi.at/themes/enfold/.
I would also like to remove the red line from underneath the hovered over menu items.
I dug through the setting and couldn’t find anything. Can you help me out with this?
Thanks!
January 27, 2015 at 4:15 pm #386336Good morning, we’ve noticed a few other issues with the posted website. That we need to get resolved.
1) The copyright information is not in the footer .
2) When hovering over the menu items we have a red box around each word. On “Contact” the red line extends beyond the box.Thank you for your time.
January 27, 2015 at 4:49 pm #386357Hi!
Please add following code to quick CSS in Enfold theme options under General Styling tab
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx { padding-right: 0; }
and please try de-activating all active plugins and check if that helps
Best regards,
YigitJanuary 27, 2015 at 4:57 pm #386369Hey Yigit. The code worked to fix the red line under Contact but de-activating the plugins didn’t resolve the other issues.
January 27, 2015 at 5:14 pm #386379Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitJanuary 27, 2015 at 5:22 pm #386383This reply has been marked as private.January 28, 2015 at 8:39 am #386803Hey!
I’m sorry but I don’t see any issues on the menu. Can you please provide a screenshot? Regarding the footer, please make sure that the socket is enabled on Enfold > Footer > Default Footer Widgets & Socket Settings settings.
Best regards,
IsmaelJanuary 28, 2015 at 6:59 pm #387305Got it. Thanks! The issue I’m having with the margin is between the menu and the slider on the homepage, see attached image.
January 28, 2015 at 7:07 pm #387313Hey!
Please add following code to Quick CSS
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 131px; }
Cheers!
YigitJanuary 28, 2015 at 7:15 pm #387319That code didn’t change anything regardless of the number I put in to the padding.
January 30, 2015 at 6:22 pm #388406Good morning Yigit. I just wanted to follow up on the two issues we were having with the site.
1. Making the slider on the front page touch the header like you have on the demo page.
2. Making top level menu items unclickable.Thanks,
TonyFebruary 2, 2015 at 6:49 am #389153Hi!
Please replace the code with this:
.home #main div div main.template-page.content:first-child { padding-top: 0; }
If you want to make the top level menu items clickable, go back to Appearance > Menus then remove the default ones. Replace them with custom links with # symbol as URL.
Regards,
IsmaelFebruary 2, 2015 at 1:49 pm #389294Good morning Ismael. All is good now, thank you for your help!
Tony
February 2, 2015 at 2:00 pm #389302Ismael. I actually found one last issue that may just be another piece of padding code. For the menu, when you hover over the items a red box around them appears but on the last link the box touches the edge of the word, see attached image. Can you provide code to fix that?
Thanks,
TonyFebruary 3, 2015 at 5:11 pm #390212Hi!
Try adding this to your custom CSS.
.av-main-nav > li:last-child > a { padding-right: 10px !important; }
Regards,
ElliottFebruary 3, 2015 at 5:19 pm #390219Awesome, that worked! You guys have been super helped and my client thanks you.
5/5 would buy again!
-
AuthorPosts
- The topic ‘Slider or image in title area and header options’ is closed to new replies.