• Hi!

    I have followed the instructions to place a horizontal menu in my website. Everything is working fine, but I want that my menu goes up a little bit more in the page, because it’s almost over my posts.

    This is the css:

    #navmenu ul {margin: 0; padding: 0;
            list-style-type: none; list-style-image: none; }
    #navmenu li {display: inline; }
    #navmenu ul li a {text-decoration:none;  margin: 10px;
            padding: 5px 20px 5px 20px; color: black;
            background: white; border: 1px dotted #AFDE2C;}
    #navmenu ul li a:hover {color: purple;
            background: white; border: 1px dotted #AFDE2C;}

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • this can be solved two ways…

    a question though, you want the menu to go up or the posts to go more down?

    Thread Starter ppatricio

    (@ppatricio)

    Thanks for your reply. I want that the menu goes up!

    you can add this to start with, which will mean, that the nav menu wont be over ur post.

    #navmenu { margin: 0 0 10px 0;}

    as for the menu to go up.. you might need to change the css for the header margin. which theme u are using as the base?

    Ekta.

    Thread Starter ppatricio

    (@ppatricio)

    I am using Kubrik 1.6!

    then u should find the css code for #header in style.css and change the “height” attribute to ur needs. after adding the first code i gave. it should work.

    Ekta.

    Thread Starter ppatricio

    (@ppatricio)

    I will give it a try and let you know! Thanks!

    Thread Starter ppatricio

    (@ppatricio)

    Sorry, it doesn’t work.

    it should. but again, kubrik has header height css attrib in two places. first is the style.css file and another is in header.php file. did u make changes at both?

    Thread Starter ppatricio

    (@ppatricio)

    Yes I did, in both of them. It doesn’t work. The menu goes down, to the right and to the left – but never goes up. Thanks for the help!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Moving around a Horizontal Menu?!’ is closed to new replies.