• I’m trying to set up a secondary menu in the Reddle theme. I have successfully added a secondary menu option to the functions.php file and can assign a second menu in the Menu section of my Dashboard. The menu also shows up on the page, but it’s grouped with the primary menu. I want the primary menu left justified and the secondary menu right justified on the same line.

    How do I split the two menus apart like that to create two separate menus?

    My site: https://afanciedfrenzy.com/
    Desired menu look: https://cupcakesandcashmere.com

Viewing 1 replies (of 1 total)
  • This is a task for CSS. ?? Are you comfortable with CSS? If so, you should be able to quickly “float” on menu left, the other right. Use percentages to make sure they only take up 50% of the available width (or less).

    If you go to the desired look site, you can also probably inspect their CSS and see how they achieved it, and do something similar. Looks like they named the second one “secondary” and floated it to the right.

Viewing 1 replies (of 1 total)
  • The topic ‘Creating secondary menu’ is closed to new replies.