• Resolved Cindy

    (@cindyjw)


    I can’t figure out why when I hover over Details, the content doesn’t stay in the white box with the shadow behind it. Any ideas?

    The shortcode I am using is [wfea theme=”orange” layout=”card” limit=”30″ excerpt=”true” readmore=”false” newtab=”true” tickets=”true” ]

    Screenshot can be seen here: https://www.screencast.com/t/lUoaqIRXqhsM

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Alan Fuller

    (@alanfuller)

    It will be some CSS with your specific theme.

    What is your theme?

    It is much easier to help if I can see a working URL rather than a screen shot as I can inspect the CSS.

    Please note if you post a link here it will get indexed by search engines. If you want to avoid that start a new thread and use the ‘relevant link’ which is only visible to logged in users.

    Thread Starter Cindy

    (@cindyjw)

    Hi Allen, thank you for reaching out. I did put the link to the working page in my post. It shows up with “The page I need help with”. If you still can’t see it, let me know. Thank you SO much!

    I believe I’m using the Hello theme and also the Elementor page builder. I added the shortcode I’m the shortcode widget. I did add some css code in the Customizer to change the button color. If I remove that css code, it still doesn’t change the formatting issue I’m having.

    Plugin Author Alan Fuller

    (@alanfuller)

    Hi

    Sorry if I meissed that

    You theme sets button to no wrap.

    To fix this in additional CSS yu can add

    .eaw-button-detail {
    white-space: normal;
    }
    

    Which will fix it for your theme

    Thread Starter Cindy

    (@cindyjw)

    Thanks for the code, Alan. I added it to the Theme Customizer in the Additional Css area, but it didn’t change anything. However, inspection connected it to eaw-card-details and it worked!

    Thanks so much for your help!

    • This reply was modified 1 year, 10 months ago by Cindy.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Details link info’ is closed to new replies.