ThemeShaper Forums » Thematic

[closed]

font size of menus after upgrade

(3 posts)
  • Started 13 years ago by longadan
  • Latest reply from longadan
  • This topic is resolved
  1. Hi all,

    I am struggling with styling our menus correctly again after upgrading to 9.7.7. I think I have everything working except what should be the most basic thing - font size. Font size was set to 18px using CSS in #access, but that no longer seems to work. Any help would be greatly appreciated.

    The site is: http://polklibrary.org

    Dan

    Posted 13 years ago #
  2. Hi Dan,

    You must be viewing your site from IE. The recent version of Thematic have included ie specific styling for the nav menu. We added this to try and have ie render the menu more similarly to other browsers.

    Line 167 from default css is what is getting in your way:

    .windows .sf-menu a {
    font-size: 12px;
    padding: 9px 13px 10px;
    }

    change that in your child theme's style.css and your problem should be solved.

    -Gene

    Posted 13 years ago #
  3. Ah, that did it. I actually was viewing the site with Firefox, but the fix worked anyway.

    Many thanks!

    Posted 13 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.