• Resolved vanbrel

    (@vanbrel)


    Hi

    I do not need any sidebar on this page – but I can’t get rid of it. All theme-settings (ocean-wp) do not have any effect.

    And by the way : How can I get the .tribe-events-meta-group to full width; the actual three rows are much too small.

    Thanks!

    Hans

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vanbrel

    (@vanbrel)

    Hi

    I managed it via functions.php to make the sidebar not displayed anymore. But I want the full width of the page; the not-displayed-sidebar takes 28% of the width of the page.

    Hans

    Plugin Support tristan083

    (@tristan083)

    Hi @vanbrel ,

    Thank you for reaching out.

    I’m glad to hear you were able to sort out the sidebar issue.

    As for getting the full width of the page, kindly try appending the following custom CSS to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS), and see if this works for you.

    .single-tribe_events main#main aside#right-sidebar {
    width: 0 !important;
    padding: unset !important;
    }
    .single-tribe_events main#main div#primary {
    width: 100% !important;
    padding: unset !important;
    }
    @media screen and (min-width: 768px) {
    .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    width: 100% !important;
    }
    }
    Plugin Support Darian

    (@d0153)

    Hi @vanbrel

    It appears that we haven’t heard back from you in a while, so I’ll assume that the matter has been resolved. If you need any more help, feel free to start a new thread and we’ll be happy to assist you.

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

The topic ‘no sidebar’ is closed to new replies.