Sidebar Menu Overlaying Main Content in a Strange Way
-
I’m having a really strange problem with the WordPress site I’m working on. Please see the rough version here:
https://www.thedailymass.com/fsu/tradition/
The menu items in the left sidebar (such as “THE BIBLE”, “TRADITION”, “OTHER”, “HISTORY”) are conflicting with the functionality of links in the main content area to the right. On this page, the thumbnail images (when clicked) should open a Shadowbox window with an embedded Vimeo player.
Instead:
When you mouse over the video thumbnails, the cursor changes (seemingly randomly) from a hand (link) to an arrow (non-link). This was driving me crazy at first, until I realized that the inactive “arrow areas” are those in horizontal alignment with the sidebar menu items. If you highlight the text “THE BIBLE”, “TRADITION”, “OTHER”, “HISTORY” in the sidebar menu, you’ll see that the highlight is not contained by the sidebar. It extends all the way to the right, overlapping the main content div. You should also note that the other items in the sidebar (“HOME”, “TOPICS”, or “JOIN US”) do not exhibit this issue. This is probably because they are static, while the menu items (“THE BIBLE”, “TRADITION”, “OTHER”, “HISTORY”) are generated dynamically with “<?php wp_nav_menu(array(‘menu’ => ‘Main Nav Menu’)); ?>”.What’s going on here? The entirety of the “sidebar.php” is wrapped in an “<aside>” tag which has a specific width. Is there some way to force the “Main Nav Menu” to conform to the div in which it is contained?
- The topic ‘Sidebar Menu Overlaying Main Content in a Strange Way’ is closed to new replies.