Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #432386

    Hi, I have set the colour section to contain no padding yet 50px persists. It is due to the sub menu above. If I move the sub menu to the bottom, for example, the issue disappears. What should I do? I need it there.

    Working prototype:
    http://videoverkstedet.no/dev/digitalisering/ (ignore horrid orange, it just shows the white padding nicely!!)

    Screengrabs from back-end:
    http://www.andrewb.co.za/misc/padding.gif (zero padding is set)
    http://www.andrewb.co.za/misc/layout.gif (simple sub menu / colour section with nothing inbetween)

    #432387

    you might need to ‘shift’ + reload in case an old CSS file is cached

    #432932

    1. Changed from my child theme to the standard Enfold theme (without any custom CSS mods) and no fix.
    2. Deactivated all pliug-in’s – no fix.

    #433047

    Colleague with 10 years coding experience took a look – his comments via Skype:
    maybe it’s there to create some space if it can be set to ‘sticky’
    yeah, but it could be perhaps
    yeah, i see u can set as sticky
    so that’s why it’s there
    doesn’t explain why it’s too big
    that might be the bug part
    u need something to fill up the space when it’s sticky
    that’s what that div is doing
    just doing it wrong
    when i set it to stick
    sticky, it works correctly
    http://videoverkstedet.no/dev/digitalisering-2/
    that #after_menu div gets taken away and then there’s a ‘sticky_placholder’ div in it’s place which is the right height
    seems like a bug
    thing is i can see why it’s happening
    the menu is absolutely positioned
    and it needs a ‘spacer’ div to take up it’s space that it would otherwise take up

    • This reply was modified 9 years ago by fusion01.
    #433053

    I had to create a custom rule for the home page as the subnav was sitting on top of the slider: http://videoverkstedet.no/dev/

    .page-id-13 .av_slideshow_full.avia-slideshow { margin-top: 52px !important; }

    #433360

    Hey!

    I’m not sure if you got it fixed or not? If not, could you provide us with screenshots highlighting the issue?

    By the way, each time you reply to your own thread it will go to the back of our queue.

    Regards,
    Rikard

    #433375

    Seriously? This took you how many days to request screengrabs when they are provided in my first post? ‘Back of the queue’ sounds like a penalty when I’m only trying to be helpful and add to the information provided. Which in turn smells of BS.

    Let’s see if you can help me here. Been a fan of this theme and used it for over a year, know you guys are now no doubt working long hours but I expect better.

    Just to recap: http://videoverkstedet.no/dev/digitalisering/ shows the issue with large space below the full width sub menu. Shouldn’t be there. No reason for it. There is no padding within the colour section below.
    http://videoverkstedet.no/dev/digitalisering-2/ shows the issue fixed with a crude hack having to remove 52 pixels. It’s as if the submenu got duplicated twice. I set the ‘sticky’ option to off by the way.
    And on the home page I’ve had to add a custom rule forcing all content below the sub-menu down by 52 pixels as otherwise it was sitting on top of my full screen slider! This should not be happening!

    I’ve also disabled my child theme and ALL plug-in’s – didn’t make a difference, no fix.

    • This reply was modified 8 years, 12 months ago by fusion01. Reason: more informative - don't penalise me!!!
    #433415

    Hi!

    Can you please try to re-create top part of your page in a test page and see if issue remains? I cannot reproduce the issue on my local installation.
    If not, please add following code to Quick CSS

    .page-id-61 #after_submenu .content {
      padding-bottom: 0;
    }
    .page-id-61 #av_section_1 .content {
      padding-top: 50px;
    }

    P.S.: I know this is not the solution you are looking for :)

    Regards,
    Yigit

    #433559

    Thanks Yigit, this does work. Obviously the concern here is it’s a hack and when Enfold one day fixes the bugs surrounding the fullwidth sub-menu I’ll have to revisit and spent time making further mods. Anyway, onwards. Thanks again.

    #433562

    Hi!

    You are welcome!
    I understand your concern. We will try to reproduce the issue on our installations, if we cannot, you will not need to revisit the changes you have made. I am marking this as resolved for now, feel free to start a new one if you have any other questions or issues.

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Buggy fullwidth sub menu?’ is closed to new replies.