• Resolved bjrnet21

    (@bjrnet21)


    Custom CSS #ttcont no longer works for padding.

    This used to work to remove padding of an image:

    #ttcont {
    padding: 0px !important;
    }

    With the new plugin release, padding is back. I can’t get rid of the top, bottom and right padding (or margin/border ??? ) with the new release.

    What am I missing?

    All I want is the image to show — without any borders or margins. Photo below is with the new plugin release.

    https://static.bjrnet.com/temp/PG.jpg

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

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

    (@creativemindssolutions)

    Hello,

    I’ve checked your site in both Chrome/Firefox and I couldn’t see the right/top padding in any of them. So for me it seems like your custom CSS is working. Can you let me know on which browser you still see the issue?

    ps. Try to clear your browser’s cache too, maybe it will help.

    Thread Starter bjrnet21

    (@bjrnet21)

    I have NOT updated to the latest release of your plugin on my main site due to the problem. I have a staging site.

    The photo shown is from my staging site with your latest update. It messes up the image.

    Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Ah, sorry for misunderstanding. I found out another method which may work for you. Please go to the Settings -> Tooltip -> Tooltip Styling and in the “Tooltip background color” type “transparent” instead of using the colorpicker. And for the custom CSS you have please add:

    div#ttcont {
        padding: 0 !important;
        box-shadow: none !important;
    }
    Thread Starter bjrnet21

    (@bjrnet21)

    Thank you for your response.

    That did it! Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS #ttcont no longer works for padding’ is closed to new replies.