• Resolved bmxmadman2001

    (@bmxmadman2001)


    First love the plugin. Now when I add the shortcode to my new page it does not allow for my menu to render correctly. I am using the full width page template in my theme, not sure if or anything I can do correct this issue.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bhaldie

    (@bhaldie)

    looking at your page, can you describe the problem in more detail. It would help me debug the css issue.

    Thread Starter bmxmadman2001

    (@bmxmadman2001)

    When looking at my page in question, if you look at the menu it places my last menu item on a separate line. If you select any other menu item to go to those pages the menu is all on the same line.

    Plugin Author bhaldie

    (@bhaldie)

    if you look at your themes stylesheet called style.css goto line 161 and alter the style:

    
    #content-full {
            width: 96.5%;
    	/* margin: 0 1.75% 0 1.75%; */
    	/* overflow-x: hidden; */
    	min-height: 300px;
    }
    

    is if that helps.

    Plugin Author bhaldie

    (@bhaldie)

    also line 144 of the same file:

    
    #page-content {
     /* Need a margin from the two floating elements */
     width: 100%;
     padding: 15px 0 15px;
     /* overflow-y: auto; */
    }
    
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Menu not rendering correctly’ is closed to new replies.