Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8740675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:10:21+00:00 2026-06-13T11:10:21+00:00

I have a page layout which works fine and it’s one that I don’t

  • 0

I have a page layout which works fine and it’s one that I don’t want to mess with (unless I have to). I’m not adept at javascript so I found an example online. The problem I’m getting is that when using my accordion menu, the submenu is offset to the right. I used some inline CSS in the html itself and used the !important command to override the automatic padding that’s on the list elements. This doesn’t seem to be having any effect. JS fiddle here. There’s tons of autogenerated commented code in there so it’s going to be messy, I just needed all of it to show the example of what the accordion submenu looks like. Why isn’t the inline CSS overriding the external CSS file? Why isn’t the !important keyword working?

I thought there was some padding going on but
ul {
padding: 0;
margin: 0;
}
is in my external CSS file, and padding is obviously set to 0.

Here is the CSS that makes the accordion work.

<style type="text/css">
#accordionNav {
    float: left;
    width: 560px;
    list-style:none;

    padding:none;
}
#accordionNav li a {
    display: block;
    padding:5px;
    background: #ccc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #000;
    list-style:none;
    padding:none !important;

    width: 560px;
}
#accordionNav li a:hover, #accordionNav li a.active {
    background: #999;
    color: #fff;
}
#accordionNav li ul {
    display: none; 
    list-style:none;
    padding:none !important;

}
#accordionNav li ul li a {
    padding:0 0 0;
    background: #ececec;
    list-style:none;
    padding:none !important;

}

Any idea what it could be that’s keeping the sub menu from aligning properly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:10:21+00:00Added an answer on June 13, 2026 at 11:10 am

    You used:

    padding: none !important;
    

    instead of

    padding: 0 !important;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have already created a custom layout for my Magento theme which works fine.
I have a layout which works fine. This layout contains several partials, which display
I have a page layout that I use in my SharePoint solution when I
I have a simple page layout with two divs--one on top, and one on
I have a page with a for layout where one half of the page
I have a website which works fine in all browsers except in IE6. The
I have this web page that begins with <!-- DOCTYPE html --> , which
I have a custom page-library which a custom content-type and a page-layout all inside
I have a _Layout.cshtml page which I've used to include all master page styling.
I have a page layout involving a lot of position absolute and z-indexing, so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.