https://www.insertcleverrunningpunhere.com/races/
The tablepress table at the top is the table i would like to be wider. I can’t get it to expand any further to the right.
The table underneath is my older version, which clearly does run wider.
Why is this? Any ideas? Thanks in advance.
]]>https://imageshack.us/photo/my-images/209/closewhitespace.jpg/
again my eternal gratefulness extends.
Also, files I’ve been searching, styles css and home.php
]]>in Dashboard, go to Appearence >>> Editor >>> Sidebar.php
toward then bottom of the file, you will see
<li id="meta">
<h3><?php _e( 'Meta*', 'erudite' ) ?></h3>
<ul>
<?php wp_register() ?>
<li><?php wp_loginout() ?></li>
<?php wp_meta() ?>
NOW All you have to do it add forward slashes //
HERE like so….
<li id="meta">
<h3><?php _e( 'Meta*', 'erudite' ) ?></h3>
<ul>
<?php// wp_register() ?>
<li><?php// wp_loginout() ?></li>
<?php// wp_meta() ?>
……I left it in in order to manipulate the area, instead of removing the widget function all together.
Hope this helps
]]>I’ve searched my theme’s css file (erudite.css)through and through and changed the values in every spot I thought it could be but haven’t had any luck. If someone could help me out it would be much appreciated, thanks you.
]]>After activating the Sliding Panel plugin on a site using the Erudite theme, something funny happened.
The theme has three footer widget bars that i had filled:
footer 1 – pages widget
footer 2 – categories widget
footer 3 – tags widget
However after activating the Sliding Panel plugin, it miraculously changed to:
sliding panel – (still empty)
footer 1 – categories widget
footer 2 – tags widget
footer 3 – (empty)
Somehow, the sliding panel bar seemed to have taken the place of footer 1 and there was now a new (empty) footer 3… Both the sliding panel and footer 3 would not show on the front end.
https://www.ads-software.com/extend/plugins/sliding-panel/
]]>