Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!

    #1096994

    Any answers guys?

    #1097145

    Hi hylandgraphics,

    Best regards,
    Victoria

    #1097754

    Seems to be working on my end. Can you give it a look again?

    #1098766

    Hi,

    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,
    Ismael

    #1099006

    Im 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!

    #1099468

    Hi,

    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,
    Rikard

    #1100169

    I 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?

    #1100545

    Hi,

    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,
    Ismael

    #1100702

    I 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….

    #1101723

    Hi,

    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

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