Topic Resolution: Resolved
  • Closed
  • Greg Samways
    Spectator
    December 10, 2020 at 2:36 pm #45577

    Hi,

    I am trying to use Edwiser Bridge to connect Moodle, WordPress and Woocommerce. I used the Edwiser guys to set it all up, but there are some format issues which they claim are due to problems in the Evolve Plus Theme.

    These are the two pages: https://geolumina.org/courses/ and https://geolumina.org/eb-my-courses/

    Why does the courses page render such a big header? Can you suggest a way to fix it?

    Many thanks

    Evgeny
    Keymaster
    Posts: 988
    December 10, 2020 at 4:39 pm #45579

    Hi. That’s a very strange conflict indeed. Please add the following code to Additional CSS to resolve it:
    .custom-header {
    height: auto;
    }

    Greg Samways
    Spectator
    Posts: 5
    December 11, 2020 at 3:07 pm #45587

    Thanks Evgeny, I managed to work out which bit needed fixing using the “inspect” function, then threw in the following:

    .custom-header {
    height: 150Px;
    }

    It worked, but yours is more elegant!

    Evgeny
    Keymaster
    Posts: 988
    December 11, 2020 at 7:24 pm #45590

    Most importantly, it works now. Happy to hear that, have a nice weekend!