making join button longer

Hi Folks,

 

Can anybody advise how to make Join button on  the home page  longer? I recently added new language and in it join is much longer word.

Quote · 14 Sep 2010

I want to make it longer too

Quote · 8 Nov 2010

You can't do just one, but you can increase both the join and login buttons here.

templates/base/css/top_menu.css at about line 350 and look for this.

.subMenuOvr .sys_tm_actions input[type="submit"],
.subMenuOvr .sys_tm_actions input.submit {
min-width: 98px;
width: 98px;
padding: 7px 6px 32px;
background-image: none;
font-size: 18px;
font-weight: bold;
}

Change the widths marked in red to the width desired.


https://www.deanbassett.com
Quote · 8 Nov 2010

 

You can't do just one, but you can increase both the join and login buttons here.

templates/base/css/top_menu.css at about line 350 and look for this.

.subMenuOvr .sys_tm_actions input[type="submit"],
.subMenuOvr .sys_tm_actions input.submit {
min-width: 98px;
width: 98px;
padding: 7px 6px 32px;
background-image: none;
font-size: 18px;
font-weight: bold;
}

Change the widths marked in red to the width desired.

Thank you Smile

Quote · 9 Nov 2010

HI,

 

I changed the width from 98px to 150px in top_menu.css

I uploaded the sript, cleared browser cache, restarted server but buttons did not change.

.subMenuOvr .sys_tm_actions input[type="submit"],
.subMenuOvr .sys_tm_actions input.submit {
    min-width: 150px;
    width: 150px;
    padding: 7px 6px 32px;
 background-image: none;
 font-size: 18px;
 font-weight: bold;

Quote · 19 Apr 2011

It works but only after clearing cach in admin panel

Quote · 19 Apr 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.