Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3454004
Added Text to Speech but the speed options doesn't show
Closed

Comments

  •  3
    criticjonni started the conversation

    Hi again,

    I've followed all the steps to get Text-to-Speech on my site and it works perfectly and it looks really good.

    My issue is that the speed options get hidden underneath my featured image. Is there a way to fix this? Maybe have the speed box appear underneath?

    I'm assuming I have to add some CSS coding, which is fine, but I can't work out what the code is to fix this issue.

    Kind regards,

    Jonathan

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .container-single.penci-single-style-8 {
        position: relative;
        z-index: 0;
    }
    .inner-post-entry.entry-content {
        overflow: visible !important;
    }

    Regards,
    PenciDesign.



  •  3
    criticjonni replied

    Thank you, that worked. You're a star!