• Resolved sarahbarah

    (@sarahbarah)


    The actual timeline itself looks great, we love this plug in and think it really adds to the look of our site. https://asmtoday.org/

    The problem I’m running into is how the page looks when you click to read more about a specific item from the timeline. https://asmtoday.org/announcement/1967-68/

    It seems that it’s built in to the plug in that the photo sits in the same lines as the text. It works great when people have typed a paragraph or so of text, but since we use bullet points it ends up looking really disjointed. All I want to do is enter the text down so it comes after the photo and is oriented on the left side of the page. I’ve tried coding breaks before the text to force it through myself, but it doesn’t seem to change anything.

    Is what I want to do possible with this plug in?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Sarah,

    It is indeed possible, and would only require a small CSS tweak to get things working.

    You’ll want to try adding the following bit of code to your themes style.css file (or child theme CSS).

    body.single-te_announcements img.announcement-banner-image {
       display: block;
       margin-right: 100%;
    }

    Which should leave you with something similar to the following:
    https://www.diigo.com/item/image/4s1ed/4xwd

    Thanks,
    Evan

    Plugin Author Evan Herman

    (@eherman24)

    Thread Starter sarahbarah

    (@sarahbarah)

    Thanks so much Evan, your sample looks exactly like what I want.

    I am very new to WordPress though and I don’t want to screw anything up. Can you go into more detail about where to actually paste that code?

    Plugin Author Evan Herman

    (@eherman24)

    Unfortunately, I cannot instruct you on how to add the bit of code to your theme. That is a larger issue. I would recommend doing a google search or two – and you’ll come across some very helpful information.

    Additionally, you can just use a plugin.
    https://www.ads-software.com/plugins/simple-custom-css/

    Thank you,
    Evan

    Thread Starter sarahbarah

    (@sarahbarah)

    I understand. Thanks again for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text spacing issue’ is closed to new replies.