TemplateToaster
Website Builder | Since 2009
Home
Features
Download
Help
Forum
Support
Documentation
Purchase
Overview
Demo
Screenshots
Free Templates
Blog
Login
Login
Register
TemplateToaster Forum
All Activity
Questions
Unanswered
Tags
Ask a Question
TemplateToaster
Ask a Question
What's this css for?
asked
Jul 31, 2014
in
Issues/Bugs
by
iceferret
(
3.3k
points)
Can anyone tell me what the following code is for:
select
{width:100% !important;}
Generally I remove it as it messes up the joomla input fields. Doesn't seem to cause any problem doing so. Am I missing a setting when designing templates :?:
Please
log in
or
register
to answer this question.
3
Answers
answered
Jul 31, 2014
by
sarah
(
15.2k
points)
The css code is for selector. So that the width of selector will not increase with the content in option. Its width will be confined to its above div.
It will not effect the input fields.
Please
log in
or
register
to add a comment.
answered
Jul 31, 2014
by
iceferret
(
3.3k
points)
What it does affect are the fields when creating articles for front end users or Jevents add event fields. All the input fields from category on down in the jpeg stretch the full width of the screen, naturally as it's set at 100%. I can set it at what I want in Joomlas backend template manager although I usually delete it with no odd effects.
What determines the width value in the TT template design window?
article.jpg
Please
log in
or
register
to add a comment.
answered
Aug 1, 2014
by
sarah
(
15.2k
points)
The width 100% given to select is static. However if you don't want to use it, you can remove it or you can use the following css :
select
{
max-width:250px;
width:100% !important;
}
Please
log in
or
register
to add a comment.
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ?
Contact Us
Categories
All categories
Wordpress Themes
(661)
Joomla Templates
(688)
Magento Themes
(28)
Drupal Themes
(55)
HTML Website
(141)
Issues/Bugs
(291)
New Features Discussion
(191)
General Discussion
(323)
Translation/Localization
(6)
...