• Resolved teleanu

    (@teleanu)


    Hello,

    I’v searched the internet to issues regarding the full width of the calendar view side and haven’t found an answer to resolve my problem.

    I attached the link of the events page and hope you can help with a css thing to fix that.

    The single event looks fine and has the full width of the site.

    In Display settings I tried all the combinations possible to see if one of them would go full width, but nothing happened.

    In this moment the events template is set to “Default Events Template” and “Use updated calendar designs” is enabled (i like this new design).

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • If it was my site then I would change the header with

    style.css line 748

    .site-bar .nav {
    width: 85%;
    }

    style.css line 959

    .site-tools {
    width: 15%;
    }

    and change the Events width with

    .tribe-common–breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

    The “!important” bits might not be needed depending on where you add the code.

    Thread Starter teleanu

    (@teleanu)

    nothing happened. I’v done your modifications and added the code in style.css and nothing changed. i removed the tribe code from style.css, left the 2 lines modifications and added the code in Additional CSS… nothing happened, again.

    Is something from the event calendar code. other things are going full width without any modifications.

    Thread Starter teleanu

    (@teleanu)

    @jim5471 thanks for the idea.

    From your last code I started working on it and got it working using this.

    .tribe-common-l-container.tribe-events-l-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

    I’v added that in Additional CSS and worked like a charm. It works for List, Month and Day view.

    Mods can close the topic.
    Thank you!

    Plugin Support iammarta

    (@iammarta)

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘calendar view (list, day, month) full width – olsen light theme’ is closed to new replies.