Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #520340

    Hello,

    I’m setting up a site using enfold and ran into a little bug with the dropdown menu. I checked some other threads with similar issues but most of them seemed to revolve around the mega menu and I wasn’t able to find a solution. Can you please look at the link in the private section and advise me on how I can give the dropdown menu under “support” a bit more breathing room on the right side.

    Thanks,
    Arthur

    #520341

    Also, i’m using parallax image backgrounds along with the collapse-o-matic plugin and have found that expanding collapsed content leads to the background image just being pushed down the screen rather than adapting to the new size. Is there any way to fix parallax backgrounds so they cover the screen even when the page content changes height?

    Thanks in advance for your help.

    #520542

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .av-main-nav-wrap {
    padding-right: 20px;
    }

    Not sure what you mean by your second problem though, is the problem caused by a plugin? Our support is limited when it comes to third party plugins unfortunately.

    Thanks,
    Rikard

    #520678

    Thanks Rikard! That did help, but is there a way to move just the dropdown menu over a bit so it’s not hugging the edge of the screen. I can play around with the pixel values myself if you can give me the classes that relate to just the dropdown menu.

    Regarding the second issue: It is a third party plugin causing the background image to not resize properly. I will reach out to the collapse-o-matic support team and see if they have a fix.

    #521377

    Hi!

    Use this to move the “Support” menu item’s sub menu:

    #menu-item-272 .sub-menu {
        margin-left: -100px;
    }

    Cheers!
    Ismael

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