Align text on widget

Home Forums Welcome! Pre-Sales Questions Align text on widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #950507
    Joe Kolenda
    Guest

    Good morning, is there a way to align the text on The Events Calendar widget? I have it set to do that but there is still a gap from the left margin on the title of the event.

    If not possible on the free version, can it be done with the pro account?

    Thanks, Joe

    #950612
    George
    Participant

    Hi Joe,

    You can align text on widgets and anything else on your site often with just a bit of custom CSS, and while customizations like this are technically outside the scope of our support forums, if you share a link to a location on your site where we can see the widget you’re describing live, we may be able to offer some example CSS to help you get things looking snazzy 🙂

    Share a link and we’ll take a closer look! And finally: no, upgrading to PRO would not affect this issue.

    Cheers,
    George

    #950922
    Joe Kolenda
    Guest

    Thank you for your generous offer, our almost completed site is at
    http://guthriecentersite-dev.springbranchisd.com

    #951217
    George
    Participant

    Hey Joe,

    The following CSS should help if placed at the bottom of your theme’s style.css file:

    
    .tribe-events-list-widget .entry-title {
        padding-left: 0;
    }
    

    Let us know if this helps!

    Cheers,
    George

    #951244
    Joe Kolenda
    Guest

    It did! Thank you George, I sincerely appreciate your time and talent to improve our site. Have an outstanding day.
    Joe

    #951257
    George
    Participant

    Glad to hear it Joe! Thanks for the kind words 🙂

    Best of luck with your site,
    George

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Align text on widget’ is closed to new replies.