Hi,
I have an audio player widget under an an events calendar widget on my right side bar. There is a large gap in between the audio player and the calendar. The audio player is MP3 JPlayer down on the bottom left of dashboard. I’ve played with every setting in the audio player. Is there a custom css I can use to get the audio player up closer to the calendar? Login info and site link below.
Thank you for any suggestion!
Hey yes9310!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
section#mp3-jplayer-widget-2 {
margin-top: -130px;
}
Cheers!
Yigit
Perfect! Thank you so much Yigit!!!!