• I created a Contact page and made it a child of the About page.

    When I hover over the About section on the header on the front page, the Contact section is shifted to the right under it.

    Could anyone help me with aligning such that the Contact link shows up directly below the About link?

    site: envymyworld.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      #navigation li ul {
          position: relative;
      }
      
      #navigation li ul {
          overflow: visible;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter akamah

    (@akamah)

    Thank you for the reply,

    I have followed your steps and put in the code into the CSS editor.
    The ‘Contact’ link is now correctly placed below ‘About’, but now the ‘About’ link is placed a lot higher up vertically, could I get some additional help with this please?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to Align Drop-Down Menu?’ is closed to new replies.