We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 5390
    • 16 Posts
    Hello,

    I have recently started to use modx,

    I would like help with my navigation issues..

    My problem is ’ i have my navigation in a block, which has a huge indent! does any one know how to remove this?

    http://www.teamsforsuccess.co.uk/changekey/

    See my page and have a look for the block navigation!!

    Regards
    Ian
      • 3707
      • 241 Posts
      You need to declare a left padding value for your menu <ul>’s. Lists are normally indented by default so you need to change that default behaviour.

      Something like:
      #nav_1 ul,
      #nav_2 ul,
      #nav_3 ul,
      #nav_4 ul {
      padding-left: 0;
      }
        • 5390
        • 16 Posts
        do i need to tell the way finder command to do anything

        [!Wayfinder?startId=`58` &hereClass=`current` &level=`2` &outerClass=`topnav`!]
          • 3707
          • 241 Posts
          No , just add that rule to your CSS file and change the value to whatever suits you.