• Resolved a-mix.dk

    (@a-mixdk)


    Hi, I’m trying to make the plugin fit into a 270px wide space while the plugin has the width of 370px as far I know. I’ve tried to write the width css to 100%, but without succes. Can anyone help me with this issue?

    this is the css script, I’ve been trying to edit:

    media=”screen”
    .ttw-music-player {
    width: 370px;
    /* font-family: ‘Lato’, arial, sans-serif; */
    /* background: darkslategray; */
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    }

    thank you ??

    https://www.ads-software.com/plugins/html5-jquery-audio-player/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter a-mix.dk

    (@a-mixdk)

    Problem solved, I think.

    I used:

    .ttw-music-player {width: 100% !important;
    }

    in theme options custom css panel

    Plugin Author Maeve Lander

    (@enigmaweb)

    Cool, yeah you will need to use the !important attribute to override the plugin css in some cases. Do make any changes in your theme css or custom css box.

    I have the pro version but see no control to change the width of the multiplayer. The controls it shows on the website for the pro version doesn’t show up even though I have the pro version.

    Please help. I feel as though I wasted 30.00

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘help resizing the plugin’ is closed to new replies.