• Resolved arnoldjacques

    (@arnoldjacques)


    I would like to have less space between the menu and the text of the page. There is now about 4cm between menu and the tekst.

    How can I reduce this to about 2 cm?

    Arnold
    Belgium

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter arnoldjacques

    (@arnoldjacques)

    Thread Starter arnoldjacques

    (@arnoldjacques)

    I have found the solumtion in older posts :
    .hero.without-featured-image {
    display: none;
    }

    Another question, how can I get the menu above the picture on the screens?

    Arnold

    I have found the solumtion in older posts :

    Great.

    Another question, how can I get the menu above the picture on the screens?

    You could try moving the menu code further up in header.php in your child theme. I’d suggest you do this first on a test site (either local or remote) to be sure you have it working as you’d like before making it live. The menu code starts at:

    <?php if ( has_nav_menu( 'primary' ) || has_nav_menu( 'secondary' ) ) : ?>

    and ends at

    <?php endif; ?>

    on line 87.

    Thread Starter arnoldjacques

    (@arnoldjacques)

    Hello Kathryn,

    I have tried to put the code on top, but that does not change the place of the menu.

    Greetings from Belgium

    Arnold

    Arnold – could you put the contents of your child theme’s header.php file into a Pastebin and link to it here so I can look at what you’ve done so far?

    http://pastebin.com/

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

The topic ‘Page lay-out’ is closed to new replies.