• Resolved mh1web

    (@mh1web)


    Hi!
    Is this normal?

    The text is aligned vertically at the top, not in the middle, as it should be, exactly as shown in the preview of the shortcode builder.
    I tried to change it with some CSS, but I could only align in horizontally by using this code snippet:
    .bdp-ticker-cnt{
    text-align: center
    }
    Any idea on how to get it to be displayed normally, just as the preview suggests?

    Thanks!

    • This topic was modified 1 year, 2 months ago by mh1web.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mh1web

    (@mh1web)

    I found my own solution to the problem, you can never depend on others, only on yourself.

    Here’s what to do:
    1. Put the generated shortcode in an elementor section. Above the section, there are these 6 dots, click that to edit this section.
    2. Go to Advanced tab in this elementor section and put “ticker1” (without quotes) in the CSS class. That gives the entire section where the ticker shortcode is in the necessary class.
    3. Go to WordPress Dashboard -> Appearance -> Customizer -> Additional CSS
    4. Paste this code there and save:

    .ticker1 .bdp-ticker-cnt{
    font-size: 1.3em;
    margin-top:8px !important;
    }

    This makes the font as big as in the preview and puts the stuff also in the middle.
    Thank you myself. No problem, mate.

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @mh1web

    Glad to know that your problem has been solved.

    In case you need any help then please let me know and share your website link with it so I can take a look and try to understand the scenario.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with ticker – post headline is aligned on top in ticker’ is closed to new replies.