• Hi,

    I’m trying to decide whether to go with WP for a particular client. In their specs for a new site, they want the navigation to be on the left, vertically aligned, like on this site: https://www.americanfabrication.com

    I just want to see if this is feasible with some tweaks to the .css, or if it will be more time-efficient to go with another CMS. We’ve got a good programmer with us, but hasn’t used WP as much, so I just wanted to check on this forum to check if its worth it, and any resources you might be able to point us to.

    Thanks!

Viewing 1 replies (of 1 total)
  • You can either look for a theme that gives you what you want, or create your own theme.

    You could also code a vertical menu in a sidebar using, for example, a text widget to contain your HTML. In order for any existing horizontal theme not to show, you could either set its display property in CSS to none, or you could remove it from (probably) your header.php file.

    There are probably other ways to do it as well, but these are the ones I could think of off the top of my head.

    HTH

    PAE

Viewing 1 replies (of 1 total)
  • The topic ‘Relocating navigation’ is closed to new replies.