OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How to reduce width size of sef translate module (0 viewing) 

Joomla Translate module support

Go to bottom Favoured: 0

How to reduce width size of sef translate module

barisok (Visitor)
Posts: 0
graphgraph
User Offline
How to reduce width size of sef translate module 10 Years, 3 Months ago
Karma: 0  
Hi folks,
I just installed a free version of Sef Translate. Trying to put the module in one of the locations in the template. By using firebug i found that SEF module is too width, how can i reduce that size? (Orange arrow) my other modules
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:How to reduce width size of sef translate module 10 Years, 3 Months ago
Karma: 101  
Hi ,

If you know firebug - you will very simply set width exactly as you need.

With help Fire bug you may check where you need change that

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
joomleb (User)
Gold Boarder
Posts: 202
graphgraph
User Offline Click here to see the profile of this user
Re:How to reduce width size of sef translate module 5 Years, 5 Months ago
Karma: 0  
Hi Admin,
I don't know firebug, Please, Can you help on How to set a selector max width ?
You can see it here: develop.egulp.net/
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:How to reduce width size of sef translate module 5 Years, 5 Months ago
Karma: 101  
Hi

Please add to bottom of file:
develop.egulp.net/templates/shaper_helix.../presets/default.css

Next code
Code:

form#mod_position_default {
    width: 250px;
}



Please backup this file first

below post show, what you need do in moments like this:
ordasoft.com/Forum/RealEstateManager-com...her-color.html#24262

Regards
Andrew
Ortdasoft team
Logged Logged
The administrator has disabled public write access.
joomleb (User)
Gold Boarder
Posts: 202
graphgraph
User Offline Click here to see the profile of this user
Re:How to reduce width size of sef translate module 5 Years, 5 Months ago
Karma: 0  
Hi Admin,

many thanks for your disposability !
Logged Logged
The administrator has disabled public write access.
joomleb (User)
Gold Boarder
Posts: 202
graphgraph
User Offline Click here to see the profile of this user
Re:How to reduce width size of sef translate module 4 Years, 12 Months ago
Karma: 0  
admin wrote:
Code:

form#mod_position_default {
    width: 250px;
}



Hi Andrew,

1 - as you can see here: develop.egulp.net I'm using "max-width" to have it back and run, but I'm not able to inherit the semi-transparent background I'm using into my header. If I add the same:

background-color: rgba(255, 255, 255, 0.1);

it is not applied to the SEF Translate language selector that still have a 100% white background.
Please, Can you help on this ?

2 - Please, Do you have a tip to have SEF Translate also vertically aligned into the header and horizontally right aligned ?
Logged Logged
The administrator has disabled public write access.
Go to top
»