Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1465655

    hello everyone
    I have added a tospur here Link below:

    is it possible to show this bar only on the half length?

    thanks in advance

    kind regards

    Franz

    #1465759

    Hey schweg33,

    Thank you for the inquiry.

    I have added a tospur here Link below:

    What do you mean by “tospur”? Please provide a screenshot of the element that you’d like to modify.

    Best regards,
    Ismael

    #1465806
    #1465812

    Thank you
    Ishmael
    I would like to make this bar narrower
    link and

    kind regards
    Francis

    #1465868

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .mejs-audio {
      width: 50%;
      min-width: 50%;
    }

    Best regards,
    Rikard

    #1465891

    hello Rikard
    I have inserted the code
    it is still the same width

    thanks
    kind regards

    Franz

    #1465899

    Hi,

    Please try this instead:

    .mejs-audio {
      width: 50% !important;
      min-width: 50% !important;
    }

    Best regards,
    Rikard

    #1465905

    thanks rikard
    so it works great

    but I only want it on this page 16420
    how do I have to specify this then

    thanks and greetings
    Franz

    #1465917

    Hi,
    Try:

    .page-id-16420 .mejs-audio {
      width: 50% !important;
      min-width: 50% !important;
    }

    Best regards,
    Mike

    #1465958

    Thank you very much Mike
    that fits perfectly

    you can close this enquiry

    kind regards

    Franz

    #1465968

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘specify bar width length in pixels’ is closed to new replies.