Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #67005
    rvtent
    Participant

    Hey guys,

    I need some help, I use the theme Catch Box up with a logo and then three images and search button so that five planes. now I want what’s under the menu is also divided into five so that among each part is a button.
    where can I adjust menu line. hope I have explained it so little hat.

    already fixed thanks Ronald

    #67023
    Sakin
    Keymaster

    @rvtent: You fixed it that’s great. If you haven’t then post in your site URL and then I can check in.

    #67040
    rvtent
    Participant

    mooienmeer
    the menu of sample pages, page 1, page 2, page 3, and one empty.
    I think from a table of 5×20% and all centered.

    hope I’ve been laying it so well.
    Ronald greetings

    #67043
    Sakin
    Keymaster

    @rvtent: Sorry but you are not using our menu or default WordPress menu. I see that you are using “widgetized-nav” which control the width. Have you added it from plugin? If so then you need to ask in that plugin support. I can only answer it, if you were using default theme menu.

    #67045
    rvtent
    Participant

    I have now removed all plugins. and this is the source code that remains and that piece I want to adjust. but I want to change it in the template

    <div class="menu-header-container"><ul class="menu"><li id="menu-item-8" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2 current_page_item menu-item-8"><a href="http://94.211.229.162/mooienmeer23/">Voorbeeld pagina</a></li>
    <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="http://94.211.229.162/mooienmeer23/pagina-1/">pagina 1</a></li>
    <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="http://94.211.229.162/mooienmeer23/pagina-2/">pagina 2</a></li>
    <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="http://94.211.229.162/mooienmeer23/pagina-3/">pagina 3</a></li>
    </ul></div> 	
    #67054
    Sakin
    Keymaster

    @rvtent: I see, you only have 4 menu items, so you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #branding ul.menu li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing: border-box;
        text-align: center;
        width: 25%;
    }
    #67056
    rvtent
    Participant

    yes thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘divided into five areas menu’ is closed to new replies.