Adjust typesize on sidebar

Hi, somehow over various updates of theme and wordpress etc, some of our customization on conductorsacademy.org seems to have disappeared. One of the resulting issues is that on pages with sidebars, the sidebar font (which used to be very small) is now very big. Is there some way to change this?

Because of this problem I played around with the typography settings and switched to em basis using settings of 0.6 / 0.8 / 1.1 / 1.3 / 1.5. These seem to work pretty well with everything else but I am open to experimenting if this is causing the issue. I do remember that the code for the sidebar got modified long ago to get this right - but cannot find any modifications anywhere which might be interfering - as I said, all the css changes seem to have disappeared from the site.

Hope you can help, many thanks, Jonathan

Sorry, just discovered that the modification I thought had failed seems to work!

That was:
.x-sidebar {
font-size:0.5em;
}

So it looks like case solved. Sorry and thanks!

Glad to hear that. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.