• Resolved jjcs

    (@jjcs)


    Hello!

    I am trying to figure out an issue I am having with single events and how they show the header. I have a full width template set up, and for the life of me I cannot find where the issue is. On only on individual event pages, the Header and Footer seem to think that the site is only 1/3 wide as the screen. Here is a screenshot: https://imgur.com/6MD07oe

    The theme I have is Startorg: https://www.ads-software.com/themes/startorg/ and it uses the Site Editor. When I try to use the the site editor (Event Manager uses the Single Post template) it looks just fine, but when I load up an actual event, you see the above issue.

    Help!

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Md. Abdullah Al Mahim

    (@aamahin)

    Hello @jjcs

    Thanks for your message, there is a CSS conflicts. To solve this please copy the below CSS code and paste + Save in Event Settings -> Custom CSS page.

    .mep_events-template nav.is-responsive.items-justified-right.order-1.md\:order-0.tw-md-hidden.tw-sm-hidden.wp-block-navigation.wp-container-content-1.is-content-justification-right.is-layout-flex.wp-container-core-navigation-is-layout-1.wp-block-navigation-is-layout-flex.tw-nav-hover-box.tw-nav-active-box {
    width: 79%;
    }

    .mep_events-template .wp-block-group.alignfull.is-layout-flow.wp-block-group-is-layout-flow {
    background: #b6b6b61f;
    }

    .mep_events-template a.wp-block-button__link.wp-element-button {
    border-radius: 1rem;
    padding: .5rem 0.95rem;
    }

    .mep_events-template a.wp-block-navigation-item__content {
    }

    .mep_events-template li.wp-block-navigation-item.wp-block-navigation-link a, .mep_events-template li.wp-block-navigation-item.wp-block-navigation-link span, .mep_events-template .wp-block-navigation .wp-block-navigation-item__label {
    font-size: clamp(0.825rem, 0.825rem + ((1vw - 0.2rem) * 0.389), 1.0625rem);
    }

    .mep_events-template ul.wp-block-navigation__container.is-responsive.items-justified-right.order-1.md\:order-0.tw-md-hidden.tw-sm-hidden.wp-block-navigation li {
    margin: 6px;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.