0
Welcome Guest! Login
0 items Join Now

SOLVED Afterburner2 dropdown menu padding

    • CM_UT's Avatar
    • CM_UT
    • Newbie
    • Posts: 16
    • Thanks: 0

    SOLVED Afterburner2 dropdown menu padding

    Posted 6 years 4 months ago
    • What CSS does one change to reduce the padding or spacing between the dropdown menu items (and any flyout child menu items)?

      With the help of Firebug, I've tried locating and changing most every combination of css I could find in the rt_afterburner2-custom.css file with no luck. Thanks!

      This image is hidden for guests.
      Please log in or register to see it.
    • Last Edit: 6 years 4 months ago by CM_UT.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Afterburner2 dropdown menu padding

    Posted 6 years 4 months ago
    • Use this code...
      .gf-menu .item {
          line-height: normal;
          padding: 5px 10px;
      }
      This is how to create a custom CSS compatible with Gantry 4...

      http://docs.gantry.org/gantry4/tutorials/adding-a-custom-stylesheet

      Regards, Mark.
    • The following users have thanked you: CM_UT

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • CM_UT's Avatar
    • CM_UT
    • Newbie
    • Posts: 16
    • Thanks: 0

    Re: SOLVED Afterburner2 dropdown menu padding

    Posted 6 years 4 months ago
    • Thank you, Mark!

      I could have sworn I'd tried that very code, but apparently I hadn't since it worked perfectly.

      Again, thanks for the solution!

      Cory

Time to create page: 0.052 seconds