0
Welcome Guest! Login
0 items Join Now

RTAfterburner2 - Removing Left Spacing in Horizontal Menu Items

  • RTAfterburner2 - Removing Left Spacing in Horizontal Menu Items

    Posted 10 years 7 months ago
    • This relates to http://www.zimufoundation.org

      To view the menu module I'm working on, use temporary demo username "rtuser" and password "rtuser".

      I was previously struggling to remove the "bullets" from the front of horizontal menu items in my footer, as described in this post:

      http://www.rockettheme.com/forum/free-joomla-stuff/229681-rtafterburner2-removing-horizontal-menu-bullets

      I solved that issue as described in the post, but am now having issues with the spacing to the left of my menu items. There is more space to the right of my menu item separators ("|") than to the left. I have tried playing with margins and padding with no luck.

      Any ideas on what I can do to fix this spacing issue and even things out?

      (Disregard the Sitemap and Facebook links on the left side of the footer next to the copyright. These are implemented as hard-coded links in a custom HTML module that I'm trying to get away from. Just look at the menu module that appears on the right side of the footer only after logging in.)

      Thanks -

      DH
  • Re: SOLVED RTAfterburner2 - Removing Left Spacing in Horizontal Menu Items

    Posted 10 years 7 months ago
    • Solved this one, too, with this CSS:
      #footer-menu li a:before {
        content: "";
        position: absolute;
        left: 0;
      }

Time to create page: 0.073 seconds