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

    (@bhaldie)

    Can you explain the exact style issue you are having.

    Thread Starter cheri-clt

    (@cheri-clt)

    The most obvious issue is that my navigation links change on pages where I’ve added Memphis documents — most obviously: the links spread out and suddenly get colored bottom padding on mouseover. If you go to wnca.lovellresources.com and then click on the RESOURCES link, you’ll see that my template has been overridden. The same happens on any page where I add Memphis-house documents.

    Plugin Author bhaldie

    (@bhaldie)

    there is 2 bootstrap properties that need to be overwritten by your theme:

    .nav>li>a:hover { background-color: none; }

    and

    .nav>li>a { padding: 0 0 51px 0; }

    Thread Starter cheri-clt

    (@cheri-clt)

    I have no idea what a “bootstrap property” is and how to make my theme overwrite it. Will you provide more detail?

    Plugin Author bhaldie

    (@bhaldie)

    your theme has a style sheet, that style sheet is being overwritten by one of mDocs style sheets.

    To fix the problem your need to update your THEMES style sheet with this:

    .nav>li>a:hover { background-color: none !important; }
    .nav>li>a { padding: 0 0 51px 0 !important; }

    if you are not the design of the theme I can’t be much more help to you, contact them and tell them the issue you are having, it is a very simple fix for someone who know what they are doing ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Template still wonky on page with documents’ is closed to new replies.