ADD BUTTONS HELP

Currently the buttons for ADD BLOG, BLOG HOME, ADD PHOTO, PHOTO HOME,etc. that appear underneath the TOP MENU (Breadcrumbs bar) has the text cut off in Firefox (please see attached pic). It displays just fine in Google Chrome. IE9 is another story. I started having this problem after an upgrade to D7.06. Does anyone know how I can fix this?

photo home button.PNG · 5.6K · 85 views
Quote · 27 Mar 2011

 

Currently the buttons for ADD BLOG, BLOG HOME, ADD PHOTO, PHOTO HOME,etc. that appear underneath the TOP MENU (Breadcrumbs bar) has the text cut off in Firefox (please see attached pic). It displays just fine in Google Chrome. IE9 is another story. I started having this problem after an upgrade to D7.06. Does anyone know how I can fix this?

templates/base/css/top_menu.css line 437.

.subMenuOvr .menu_user_actions {
position: absolute;
right: 0;
top: 0;
width: 270px;
}

Change the width to 270.

You should actually leave the base one alone and copy that section to the top_menu.css of your template.

Or change text to normal.


templates/tmpl_dt_friends_red/css/general.css
.actionsBlock .button_input_wrapper button {
color: #FFFFFF;
font-weight: bold; // remove this line
height: 28px;
line-height: 28px;
}

But this is really a template issue and should be fixed by the template developer.


https://www.deanbassett.com
Quote · 27 Mar 2011
 
 
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.