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

    (@mikejolley)

    There are only a few included styles in this plugin to make it compatible with the default WP themes. In most cases these styles don’t affect other themes negatively.

    Perhaps if you post a link to your site we can suggest some css rules you can use to correct that sizing.

    Thread Starter jon182

    (@brody182)

    the styles that you put in frontend.css DO effect my and other themes ‘bootstrap” style negatively.. it wold be in your best interest to remove the styles that overlap theme styles, like h1, h2, h3, fonts sizes, p, a, etc..

    Plugin Author Mike Jolley

    (@mikejolley)

    …which could break the styling in the default themes. It’s css – nothing will work across all themes in existence. The styles added use em’s so it should all be relative.

    Maybe you can provide some screenshots of what is happening so we can judge, or contribute some alternatives if you’re familiar with less/css so long as the changes do not negatively affect twenty twelve/twenty eleven https://github.com/mikejolley/WP-Job-Manager/blob/master/assets/css/frontend.less

    Thread Starter jon182

    (@brody182)

    https://i62.tinypic.com/2val014.jpg

    its not all relative, you are declaring text styling in two different places. if the theme uses px and you use em for size that will break the styling. the reason you are not seeing any changes is because you use theme twenty twelve which has the same 1em text size that you use.. it would be best if you leave out the text styling so it wouldn’t interfere with the theme styling.

    Plugin Author Mike Jolley

    (@mikejolley)

    I’ll look at your pull request. If it doesn’t negatively affect 2012 and 13 I’ll merge.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘font sizes too small and wrong’ is closed to new replies.