Space between header/menu and page. I need to eliminate it.

  • Author
    Posts
  • #85048

    Hello to anyone!

    I am creating a page based on Esotera FREE, where I intend to put a Moodle site inline. Here is the work in progress:

    http://cubase101.fo-co.com/

    I already achieved this without mayor issues, but between the Esotera theme and my Moodle site there is a white space, which I need to disappear or reduce considerably, so the Moodle frame appears more towards the top. I have put a blue frame inside the following picture, to indicate the space to be reduced/eliminated.

    http://forthcoming.de/_problem/01_esotera_at_the_moment.png

    After customization/modification I would love to have it like this:

    http://forthcoming.de/_problem/02_esotera_after_required_customization.png

    …so the page would be shown to a user like this:

    http://forthcoming.de/_problem/03_esotera_to_be_seen_by_the_user_(student).png

    I am in no way a CSS or Javascript programmer, I but I hope I can achieve this, be it by inserting some code anywhere or purchasing the PLUS version…I already checked all the design options without result.
    If someone could provide me please clear details or indications/code/where to insert it (for non programmers), I would really appreciate it.

    Thanks a lot in advance.

    Roger

    Website: cubase101.fo-co.com

    #85049

    You can trigger this “problem” by doing click in

    ACCESO A CURSOS > ABRIENDO INLINE .

    This is just am unelegant workaround for my issue, but helps to illustrate it.

    Roger

    #85367
    Zed
    Cryout Creations mastermind

    That looks like a styling side-effect (the section title normally has a margin, but the extra markup that is used there seems to transfer that margin outside the containers).
    Try this CSS:

    .page-id-111 .main .article-inner > header {
        margin-bottom: 0em;
    }

    Use a negative value if you want to reduce the padding more.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #85709

    Hello!

    Just a little feedback to let you know, that it worked as expected. So THANK YOU VERY MUCH FOR YOUR HELP, ZED.

    Enjoy: http://www.cubasecourse.com

    All the best.
    You rule!!!

    Website: www.cubasecourse.com

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Space between header/menu and page. I need to eliminate it.’ is closed to new replies.