change menu home (sounds - videos - photos..)

I would use CSS to adjust the margins and font size.  If you have firebug, Inspect those buttons to find where they are in the CSS files.

sup
Quote · 15 Mar 2010

The action block html and divs are in templates/base/action_link.html

You could wrap the __action_caption__ in a span tag and control it that way.

Example:

<span class="button_text">  __action_caption__</span>

CSS would be:

.actionsBlock span.button_text{

font-size:12px;
}

sup
Quote · 15 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.