By wmike on
Hi all,
I realize this has been asked many times.
I have spent many hours trying all of the suggestions and answers. None seem to work - I'm sure it must be me.
All I want to do is remove the indents in my navigation menu - should be simple.
I have made adjustments to my style CSS - no effect at all.
I want to remove all of the indents so as the menu expands they are all aligned left - so the question is - how?
Below is the code relating to the menus
Comments
Correct link
Sorry - should read - http://www.sewcoaching.com
after you've tweaked the
after you've tweaked the styles in your stylesheet (e.g. removed margin/padding for ul.menu), be sure that Drupal's css aggregation is disabled, and clear Drupal's cache.
then use a web development tool like the Firebug add-on for Firefox to verify that your custom css rules are being applied to the correct DOM elements.
hth!
How do I do that
Hi,
Thanks for that.
I'm using Drupal 6 - where do I disable the aggregator - in system settings there is nothing relating to this.
Cheers!
Mike
Disable CSS & Javascript Aggregation
Go to admin/settings/performance (Administration, Site Configuration, Performance)
Under the section Bandwidth optimizations make sure both Optimize CSS files and Optimize JavaScript files are set to Disabled.
Also click the Clear cached data button.
Good luck.