• I am using the sydney theme and have set my pages to full width, but the content of the pages has some space left and right. If i set the resolution of the page higher the header slider remains full width but the padding on the page content just grows.

    In my attempt to create language specific menus for my pages i added the following to functions.php

    register_nav_menus( array(
                    'secondary' =>__('Secondary Menu','sydney'),
    	        'thirdiary' =>__('Thirdiary Menu','sydney'),
                    'fourthiary' =>__('Fourthiary Menu','sydney'),
    	) );

    my question now is how do i replace the main menu with these other menus on specific pages?

  • The topic ‘page padding and custom menus’ is closed to new replies.