Is this why I see everything pushed to the right?
https://goo.gl/photos/84fjBHQfUATu9Y83A
Al
Thread Starter
WMEric
(@wmeric)
If you can edit your files go to wp-content/plugins/wp-super-cache/wp-cache.php and look at line #752
Change it to the following:
<style type=’text/css’>
#nav h2 {
border-bottom: 1px solid #ccc;
padding-bottom: 0;
}
table {
clear: both;
}
</style>
Checked all tabs and doesn’t break anything that I could see.
1.4.7 is out to resolve this. Thanks for everyone’s patience and reports. Cheers!
Honestly, I think the lay-out is still broken. The grey line should be below the tabs, not above.
This makes it look like it’s supposed to be:
<style type='text/css'>
#nav h2 {
border-bottom: 1px solid #ccc;
padding-bottom: 35px;
}
table {
clear: both;
}
</style>
Thanks Tommy. It was, in all honesty, a quick fix before taking a couple weeks away for the holiday. I’ll get it staged for the next release. Thanks!
No problem. I realized that the solution I provided in my previous post is not a proper one either, it breaks the lay-out on smaller screens.
Thanks!
I think it’s still broken in WP 4.4.1 and WPSC 1.4.7, take a look:
http://i16.imgup.net/tmp70c1.png