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

    (@eherman24)

    .cd-timeline-content {
      width: 450px;
    }

    You’ll also need to adjust the margins.

    Thanks,
    Evan

    Where do you add the code to adjust the announcement boxes?

    I’m using the Salient theme if that makes a difference.

    Plugin Author Evan Herman

    (@eherman24)

    Hi Chelsea,

    You can add the CSS into your active theme style.css file or into a custom css plugin.

    Thanks,
    Evan

    hmm…that didn’t work. Is there something else that I’m suppose to add? Sorry-I’m really new to this.

    Plugin Author Evan Herman

    (@eherman24)

    Nope that’s all that is required to adjust the width of the announcement box.

    What did you try? Please specify what you have tried and what is not working.

    Thank you,
    Evan

    I put that code in the CSS box in the theme and it didn’t change the width. I even adjusted the number and still no changes.

    Plugin Author Evan Herman

    (@eherman24)

    Try adding an !important tag.

    .cd-timeline-content {
      width: 450px !important;
    }

    If you’d like further help, please post in my support forum on my site. If you’d like me to carry the work out for you, you can make a donation on the same contact form.

    Thanks,
    Evan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing the width of the Announcement box.’ is closed to new replies.