Dashboard layout a mess

This topic contains 2 reply and 2 voices, and was last updated by Tareq Hasan 11 years ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
March 26, 2013 at 10:53 am 1520
Tareq Hasan Hi, I was using the free version of WP front end before and the dashboard layout was fine.  The pro version layout doesn't use the whole content space and is bunched up to the left. http://dev.forestnation.net/my-forestnation/ How do I resolve this?  The layout is fine in the free version
March 26, 2013 at 11:06 am 1522
Tareq Hasan Tareq Hasan

The dashboard code isn’t changed in the pro version. can you share a screenshot how messed is the dashboard? Perhaps you could fix this with some CSS.

March 26, 2013 at 11:45 am 1526
Tareq Hasan Tareq Hasan

Your theme lacks of table related CSS. Use this CSS in your theme, should be okay.

[code lang=”css”]
table.wpuf-table{border:1px solid #e7e7e7;margin:0 opx 10px 0;text-align:left;width:100%}
table.wpuf-table thead th,table.wpuf-table th{color:#888;font-size:12px;font-weight:bold;line-height:18px;padding:9px 24px}
table.wpuf-table td{border-top:1px solid #e7e7e7;padding:6px 24px}
[/code]

Viewing 2 Posts - 1 through 2 (of 2 total)