Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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!

    #386336

    Good 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.

    #386357

    Hi!

    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,
    Yigit

    #386369

    Hey Yigit. The code worked to fix the red line under Contact but de-activating the plugins didn’t resolve the other issues.

    #386379

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #386383
    This reply has been marked as private.
    #386803

    Hey!

    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,
    Ismael

    #387305

    Got it. Thanks! The issue I’m having with the margin is between the menu and the slider on the homepage, see attached image.

    Power One header margin

    #387313

    Hey!

    Please add following code to Quick CSS

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 131px;
    }

    Cheers!
    Yigit

    #387319

    That code didn’t change anything regardless of the number I put in to the padding.

    #388406

    Good 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,
    Tony

    #389153

    Hi!

    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,
    Ismael

    #389294

    Good morning Ismael. All is good now, thank you for your help!

    Tony

    #389302

    Ismael. 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?

    P1 Menu Hover

    Thanks,
    Tony

    #390212

    Hi!

    Try adding this to your custom CSS.

    .av-main-nav > li:last-child > a {
      padding-right: 10px !important;
    }

    Regards,
    Elliott

    #390219

    Awesome, that worked! You guys have been super helped and my client thanks you.

    5/5 would buy again!

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Slider or image in title area and header options’ is closed to new replies.