Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1060597

    Hi There,

    I’ve followed the instructions on other threads to align the children in a megamenu to the left, directly underneath the parents using the following. But it doesn’t seem to work. Can you take a look and let me know what’s going on? The ART page is the only one using a megamenu.

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {

    padding: 3px 12px 3px 0 !important;

    }

    AND

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {

    padding: 3px 12px 3px 0;

    }

    #1060698

    Hey wacky32,

    This code you posted above should work:

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
      padding: 3px 12px 3px 0 !important;
    }

    however upon inspecting the link you gave, the css isn’t fetched.
    Can you give us a screenshot of your Quick CSS, showing the code.

    Best regards,
    Nikko

    #1063339

    Hi There,

    Here’s a screenshot.

    https://drive.google.com/open?id=1Y7FhZO3iF-IP6TXTBWr16qfYUAuZPx_y

    I moved the code from the main child theme css to the quick css, resaved, and don’t see any difference.

    thanks!

    #1063345

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

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