-
AuthorPosts
-
April 29, 2019 at 7:32 pm #1095453
Hi guys,
If you go to my website (posted below) and hover over clients you will see the mega menu has some odd spacing. Is there a way to get James over next to Tina? Let me know. Thanks!
May 3, 2019 at 7:13 pm #1096994Any answers guys?
May 4, 2019 at 11:13 am #1097145Hi hylandgraphics,
Best regards,
VictoriaMay 6, 2019 at 5:21 pm #1097754Seems to be working on my end. Can you give it a look again?
May 9, 2019 at 7:31 am #1098766Hi,
Thanks for the update.
Set the display property of the sub menu container from “table” to “block”, then adjust the width of the sub menu items.
#top #header .avia_mega_div > .sub-menu { display: block; } #header #menu-item-241 .three.units { width: 186px !important; }
Best regards,
IsmaelMay 9, 2019 at 5:00 pm #1099006Im sorry Ismael, I am not sure how to set the from table to block. Can you give me some direction there. Short code didn’t seem to work. Thanks for your help!
May 11, 2019 at 4:42 am #1099468Hi,
Thanks for the update. That’s what Ismael did, he gave you code for it. Did you try in Quick CSS? What he posted is not shortcode, it’s CSS.
Best regards,
RikardMay 13, 2019 at 5:08 pm #1100169I did put it into the quick CSS area? Is that not where it goes? I had a similar issue with this same site once before and you gave me CSS to fix it. Do you think there might be a conflict?
May 14, 2019 at 2:26 pm #1100545Hi,
Thanks for the update.
Did you enable the Performance > File Compression settings? Please toggle that option or disable it temporarily. Don’t forget to remove the browser cache.
Best regards,
IsmaelMay 14, 2019 at 5:40 pm #1100702I enabled and disabled both CSS file merging and compression and Javascript merging and compression and cleared my cache to no avail? Maybe you can take a peak behind the scenic yourself? I’d like to learn why this is not working and get it resolved. Thanks and creds are below….
May 17, 2019 at 11:04 am #1101723Hi,
Thanks for the update.
It doesn’t work because there’s a PHP code and a random URL inside your Quick CSS field, which is not supposed to be there. The PHP code should be added in the function.php file. This is the code.
remove_action('tribe_events_single_event_after_the_meta', 'tribe_single_related_events');
And please copy the code directly from the forum instead of your email. That usually converts symbols into their html entity code and the conversion breaks the code.
We corrected the code. Please check the page again after removing the browser cache.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.