Tagged: enfold menu, full width menu, menu
-
AuthorPosts
-
April 18, 2018 at 8:48 pm #943761
Hi, I’ve added a sub menu in my page which sits underneath the main menu of the website. For some reason it doesn’t line up with the container of the rest of the page. Is there a reason for this? You can see the issue here on a desktop view – https://dev.yallarugby.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-18-at-22.40.52.png or view the actual page here: https://dev.yallarugby.com/mens-senior/
I’m looking to have the sub menu line up with the logo and the home link like everything else would on a page.
Thanks
April 19, 2018 at 7:08 am #943926Hey johnosjourney,
You have this CSS in one of your cached CSS files:
#top .av-submenu-container .container { padding: 0!important; }
Please try to remove it and clear the cache from your caching plugins and browser and reload the page.
Best regards,
RikardApril 19, 2018 at 10:27 am #944005Ok thanks for that. I have WP Rocket, should I just go to my cached minified file on the server and remove it or do I need to find the code in the main Enfold css folder? I have a child theme. I’m not sure how I can target it.
Alex
April 19, 2018 at 10:40 am #944012I actually found the original version of this code in the shortcodes.css file of the Enfold folder. I have changed it but it will no doubt be wiped the next time I update the core Enfold files. How could I target it in my Child Theme’s CSS to turn it off as I don’t know what the padding should be?
Alex
April 20, 2018 at 5:49 am #944436Hi Alex,
If it’s in one of the core files, then you can add the code to your Quick CSS and simply override it that way:
#top .av-submenu-container .container { padding: 30px !important; }
Best regards,
RikardApril 20, 2018 at 5:51 am #944438Hi,
If you need to clear the cache from you caching plugin, then the plugin should have options for that. You shouldn’t have to edit any files.
Best regards,
RikardApril 22, 2018 at 7:52 am #945019Brilliant, thanks so much for your help Rikard
April 23, 2018 at 5:24 am #945232Hi johnosjourney,
Glad that Rikard helped you :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoApril 23, 2018 at 7:55 am #945281I’ll be working on this at some point through the week so will update if successful.
Thanks
April 23, 2018 at 10:08 am #945323Hi johnosjourney,
Sure, just post your feedback once you’ve updated here.
We’ll keep this thread open :)Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.