• Resolved tbumbray

    (@tbumbray)


    The Event Calendar is on the sidebar of my blog page and I’m trying to add an attachment plugin but it’s not spacing correctly. Therefore I would like to shorten the sidebar. Thinking that may help with the spacing at the bottom where the blog comments and the attachments will be added.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Darian

    (@d0153)

    Hi @tbumbray

    Thanks for reaching out.

    By default, the calendar widget will occupy the maximum width allowed on your sidebar. If you want to adjust the width of the widget, you can try adding the following CSS to Appearance > Customize > Additional CSS:

    .tribe-compatibility-container{
    width: 80% !important; 
    }

    You can adjust 80% to a value you desired.

    If that’s not what you’re trying to achieve, kindly give more details. It would be helpful if you could provide a screenshot or screen recording.

    Thread Starter tbumbray

    (@tbumbray)

    Can I adjust the width of the sidebar? If so, can you give me the code to do that?

    Plugin Support Darian

    (@d0153)

    Hi @tbumbray

    You can try the following CSS code to adjust the width of your sidebar:

    #main-content .hb-sidebar{
    width: 25% !important;
    }

    Let me know if you have further questions or concerns.

    Plugin Support Darian

    (@d0153)

    Hi @tbumbray

    I hope everything is going smoothly for you. I just wanted to touch base and inquire if you had the opportunity to review my previous response as it has been some time since we last heard from you.

    Plugin Support Darian

    (@d0153)

    Hi @tbumbray

    It appears that there hasn’t been any recent activity on this thread, so we’ll consider it resolved. However, if you have any additional questions or concerns, feel free to start a new thread.

    Thread Starter tbumbray

    (@tbumbray)

    It’s actually not resolved. I am still having the same issue and I’m not sure what to do about it.

    I want to send an image but it keeps saying I need to send it as a url.

    • This reply was modified 1 year, 7 months ago by tbumbray.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Shorten the width of the event calendar sidebar’ is closed to new replies.