Okay
  Public Ticket #2444090
Music player alignemtn
Closed

Comments

  • Alain started the conversation

    I am having alignment issues on my music page.

    Both the music player icons (triangles) don't align with the text and the players with images themselves are not lining up.

    Any advice on what I should look for to fix this? I've tried unsuccesfully.

    Thank you!

    Alain

  •  1,104
    Max replied

    Hi Alain,

    Could you please provide me access to your wp-admin and I will gladly check the issue you have.

    Thanks,


    Max from the Sonaar.io Crew

  •   Alain replied privately
  •  647
    Alexandre replied

    Hi Alain, 

    I have fixed those aligment issues. I used some custom css code.

    Thanks,


    Alexandre from the Sonaar.io Crew

  •   Alain replied privately
  •  647
    Alexandre replied

    Yes, this is something I did, but it is fixed now

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Alain replied

    Thank you! Works great now.

    A quick question, a shortcode parameter to remove track numbering? I was able to do this in Elementor, but I had to use another builder and I can't seem to do the same thing.

    https://www.alainmayrand.com/mosleymusic/

    I am looking here right now and perhaps I'm missing it?

    Merci!

    Alain

  •  647
    Alexandre replied

    No hide number parameter is available through the shortcode, but you can use this custom css code:



    .iron-audioplayer .track-number .number {
    display: none;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew