Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12255
    Bill Pagonas
    Member

    Hi Sakin,

    I use this page http://codex.wordpress.org/Creating_Horizontal_Menus in order to create a menu.

    The result is this http://www.focusblog.site40.net/

    But the problem is that there are blanks between the padding style as you can see and i want to eliminate this blank. I also want to put borders but i can’t find how.

    It would be very helpful if you could show me css code to add.

    Thank you.

    #12271
    Sakin
    Keymaster

    @Bill Pagonas: it has to be display inline and float left.

    #navmenu li {
        display: inline;
        float: left;
    }
    #12295
    Bill Pagonas
    Member

    Thank you. There are no blanks now. But what about the borders?

    #12296
    Bill Pagonas
    Member

    Also, I’m trying to match the size of the padding with the site’s size in order not to have any difference. I am changing the size all the time but there is no perfect match.

    #12309
    Sakin
    Keymaster

    @Bill Pagonas: I am confused about what you want to do with the menu. Can you send me your design screenshot. Just upload the design image anywhere in your site or photo sharing site and then send me the url of the design.

    #12349
    Bill Pagonas
    Member

    Thank you for your responce but thankfully i did manage to work things out. Thank you again you have been very helpful so far.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Eliminate Blanks’ is closed to new replies.