Topic Resolution: Resolved
  • Closed
  • Greg Samways
    Spectator
    10.12.2020 at 14:36 #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: 1010
    10.12.2020 at 16:39 #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
    11.12.2020 at 15:07 #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: 1010
    11.12.2020 at 19:24 #45590

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