Shape 5

Wordpress Club Themes => Corporate Response - Club => : deflower August 14, 2013, 01:36:39 PM



: Unwanted spacing around the title.
: deflower August 14, 2013, 01:36:39 PM
Hi Tristan
When I searched  template.css for ".contentpaneopen_heading in the corporate theme, it isn't there.
Is this in a different css page for the corporate theme?

I have done a global search for ".contentpaneopen_heading", to adjust the bottom margin or add space but I can't find it anywhere in the corporate theme css.

http://67.19.214.98/~apicsvan/

Please let me know if you need the log in details.
thanks
Denise


: Re: Unwanted spacing around the title.
: Tristan Rineer August 15, 2013, 08:36:26 AM
If you edit "theme-globals.php" in the theme folder you will see the following code on line 88:

:
	$s5_loop_tags['before_content'] = '<div style="clear:both;height: 15px;"></div><div class="s5_contentwrapper"><div><!--%thumb_block%-->';

Just change the `height: 15px` to whatever height you would prefer.

The theme-globals file defines a lot of the content structure.  It is also a file that is designed to be excluded from updates to the framework; any changes you make will be preserved, even after installing any patches that I release in the future.


: Re: Unwanted spacing around the title.
: deflower August 15, 2013, 09:44:09 AM
That is all great to know!
Thanks again....
Denise