• Where I have source posts containing buttons, when a slide of post shows in the carousel, the formatting of these buttons is damaged.

    In particular, the button text is displaced off centre vertically.

    How do I maintain the original formatting?

    As far as I can tell when viewing the page in text mode, there are no formatting tags enclosing the carousel shortcode, in case that helps?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, please paste following code in the custom CSS box

    .wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-title a {
    	line-height: 40px !important;
    	font-size: 1em !important;
    }
    Thread Starter archprime

    (@archrime)

    Thanks for that – the buttons now look better, but with that override the remaining text is now very large – disregards the font size in source post.

    Also the line height for text above buttons should not all be the same – there is no distinction in the gap between multiline sentences and separate paragraphs.

    Is there a way to get source post formatting to be reflected?

    • This reply was modified 6 years, 11 months ago by archprime.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Formatting problem with buttons in source post’ is closed to new replies.