- Posts: 3
- Thank you received: 0
change row height 'our music live'
-
joomlahead
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 9 months ago #39961
by joomlahead
change row height 'our music live' was created by joomlahead
how can i change row height for the html audio player rows, the pointer of the player is cut off at top.
thanks
mike
thanks
mike
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #39965
by ivan.milic
Replied by ivan.milic on topic change row height 'our music live'
Send link so we could see
Please Log in to join the conversation.
-
joomlahead
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
10 years 9 months ago #39971
by joomlahead
Replied by joomlahead on topic change row height 'our music live'
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #39978
by ivan.milic
Replied by ivan.milic on topic change row height 'our music live'
In template_css.css, find:
div.audio_player {
float: right;
width: 270px;
height: 30px;
overflow: hidden;
margin: 5px 0;
}
remove overflow: hidden;
div.audio_player {
float: right;
width: 270px;
height: 30px;
overflow: hidden;
margin: 5px 0;
}
remove overflow: hidden;
Please Log in to join the conversation.
-
joomlahead
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
10 years 9 months ago #39992
by joomlahead
Replied by joomlahead on topic change row height 'our music live'
thanks
Please Log in to join the conversation.
Time to create page: 0.161 seconds