- Posts: 1
- Thank you received: 0
trying to change line-height in hot news flash mod
-
anaturrillo
Inactive member -
Topic Author
- Offline
- New Member
-
Less
More
13 years 5 months ago - 13 years 5 months ago #20120
by anaturrillo
trying to change line-height in hot news flash mod was created by anaturrillo
Hi, im trying to change the line-hight in the tabs of the rotator. According to firebug it's inline style (line-height:74px;). I can't realize how to modifyit
I've already tried:
#featured li.ui-tabs-nav-item a {
line-height: 18px!important;
}
in tmpl/style.css
my tasting site is: www.nimelonnisandia.com.ar/cigob-dev/
I apologize for any errors in the text. English is not my born lenguage. Thanks!
I've already tried:
#featured li.ui-tabs-nav-item a {
line-height: 18px!important;
}
in tmpl/style.css
my tasting site is: www.nimelonnisandia.com.ar/cigob-dev/
I apologize for any errors in the text. English is not my born lenguage. Thanks!
Last edit: 13 years 5 months ago by anaturrillo.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #20132
by ivan.milic
Replied by ivan.milic on topic trying to change line-height in hot news flash mod
Line height is active in this class:
modules/mod_hot_newsflash/tmpl/style.css
#featured li.ui-tabs-nav-item a {
display: block;
padding-left: 5px;
text-decoration: none;
overflow: hidden;
line-height: 18px!important;
text-align: left;
padding-top: 5px;
}
modules/mod_hot_newsflash/tmpl/style.css
#featured li.ui-tabs-nav-item a {
display: block;
padding-left: 5px;
text-decoration: none;
overflow: hidden;
line-height: 18px!important;
text-align: left;
padding-top: 5px;
}
The following user(s) said Thank You: anaturrillo
Please Log in to join the conversation.
Time to create page: 0.298 seconds