Viewing 5 replies - 1 through 5 (of 5 total)
  • dpDesignz,
    Go to your events.css file (in the plugin resources folder). On line 180 of that file, find this rule: #tec-content. Add padding: 1em; and that will let you breathe (of course, use any padding you want 🙂 )
    HTH,
    Bill

    Thread Starter dpDesignz

    (@dpdesignz)

    Hi
    Thanks but that didn’t seem to work?

    I tried 1em, but that didn’t work

    This is what I left it at for now

    #tec-content {
    font-size: 1.2em;
    padding: 10px:
    }

    What should I change?

    Hm… I’m making the change using firebug in Firefox, and it shows the padding being added. Try writing it like this: padding: 10px!important; and see if that helps. Maybe the padding is getting negated further down in the css or in another css file.
    Bill

    Thread Starter dpDesignz

    (@dpdesignz)

    Thanks bill, that worked perfectly!

    Great. Happy to help.
    Bill

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: The Events Calendar] Padding & Text Colour’ is closed to new replies.