-
AuthorPosts
-
May 25, 2016 at 6:46 pm #638203
Hello,
I’m have problems with the mega menu spilling off the right hand side of the window on larger screens (When hovering over ‘Products’).
Is there some quick css that will sort it out?
Thanks
May 25, 2016 at 7:06 pm #638218Hey primdogg,
Thanks for getting in touch with us!
I am not seeing the issue with the Mega Menu on my end. I have a attached a screenshot of how the site looks when I view it. Could you please provide a screenshot of the issue that occurs when viewing the mega menu.
Best regards,
JordanMay 25, 2016 at 7:11 pm #638223Hi Jordan,
There’s another column to right of Junior which you can’t see as it’s off the window.
Thanks
May 25, 2016 at 10:03 pm #638309Hi,
Thanks for getting back to me!
That explains it :) Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .avia_mega_div { left: -500px !important; }
Best regards,
JordanMay 26, 2016 at 3:09 pm #638745I’ve added the code but no joy. Below is all my quick css, maybe something is conflicting? Sorry my code knowledge is very minimal!
May 26, 2016 at 3:12 pm #638749Hi!
Please replace your custom CSS with following one – http://pastebin.com/9ua2GiAh
Best regards,
YigitJune 2, 2016 at 6:04 pm #642165Hi,
Not perfect but sort of works, thanks! However the logo has now gone small and disappears on the sticky header when scrolling. Related to the css or just coincidence?
Thanks
June 4, 2016 at 8:47 am #642875Hi,
We need to take a closer look please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
Best regards,
VinayJune 7, 2016 at 11:51 am #643972Thanks!
June 8, 2016 at 8:23 am #644602Hi,
We have fixed the mega menu and it is working great now. But you will not see the changes as W3 Total Cache plugin is active. You need to go in the plugin settings and clear the cache to view the changes.
Best regards,
VinayJune 8, 2016 at 10:14 am #644656Legend! Thank you!
One more thing… any idea why the logo has shrunk and also disappears when scrolling?
Thanks again
June 8, 2016 at 8:56 pm #645060Hi,
You are kind :)
The below code in the quick css was causing the issue. I have removed this from Quick CSS.
.logo img { padding: 30px 0; width: 150px; height: auto; }
Again you may not see the changes until the cache is cleared from the plugin and in the browser.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.