I am working on a Drupal 6 site that some CSS issues. I have used firebug to try and determine what is causing it, but I am at a loss.
The page has a custom app that is loaded when you click on the link. I corrected another problem in the custom app stylesheet a couple of weeks ago by using firebug. I have tried modifying the dimensions in the theme stylesheet and the custom app stylesheet with no luck. I appreciate any suggestions.
#contentcss width to :width:657px;And play with the margin to get it the same way
Check your sidebar too it’s definitively different, maybe you wont have to modify the content if you modify the sidebar
you have two time the class
#navremove the one without thebackground-imageResize the height of your class #title :
#title{height: 34px;}But one more time you have to class #title, so remove the one that as a bigger heigth thant 34px
Remove the color here :
#nav a:link { text-decoration: none;}5.You need to add this class to the link that is active :
#nav a.active {background: url("/themes/a3_atlantis/active_overlay.png") repeat-x scroll 0 0 transparent;color: #0B486B;height: 24px;}Lots of modification 😉
OR juste remove the duplicates classes and it will help a lot ! !