dnnconsulting / DnnC.Bootster

A Dnn 8 responsive theme using Bootstrap
http://www.dnnbootster.com
MIT License
9 stars 13 forks source link

dutch language pack breaks skin #15

Closed schotman closed 7 years ago

schotman commented 7 years ago

The size of the buttons and tabs are too big issues booster

Solved by: ul.dnnAdminTabNav li a { font-size: 14px; }

.ControlContainer { width: 900px; } would fit.

dnnconsulting commented 7 years ago

Hi again Peter,

I think this is caused by a small piece of code I used by David Poindexter found in the .css for the skins:

/* Make the Control bar more mobile friendly */ .ControlContainer { position: relative; width: 727px; height: 53px; margin: 0px auto; }

I think, if you remove this it would solve allot.

If not maybe you could submit a pull request so that I can merge your changes.

Regards,

Geoff.