• Hey, I want to centre my menu, however I am not sure how to do this. I’m pretty sure I need to edit the following code, I’m just not sure which part to edit and what to edit it to.

    /* * 4.1 home header */
    .home-header {
    	background:#fff;
    	min-height:0px;
    	width:100%;
    	/*top:0;
    	*/
    	z-index:100;
    	padding:0;
    	margin:0;
    }
    .home-logo {
    	float:left;
    	margin-top:0px;
    	margin-left:0px;
    }
    .home-navbar {
    	float:right;
    	margin-top:20px;
    	margin-right:20px;
    	width:50px;
    	height:34px;
    	display:none;
    	background:url(images/navbar.png) no-repeat;
    }
    .home-navigation {
    	float:centre;
    	height:100%;
    	margin-left:450px;
    	margin-right:100px;
    }
    .home-navigation ul {
    	display:inline-block;
    }
    .home-navigation li {
    	float:left;
    	list-style-type:none;
    }
    .home-navigation > ul > li > a > span {
    	padding:10px;
    	border-radius:0px;
    }
    
    .home-navigation li a {
    	/*color:#fff;*/
    	font-size:20px;
    	text-transform:;
    	display:block;
    	padding:0 15px;
    	line-height:70px;
    
    .home-container {
    	width:1120px;
    	overflow:hidden;
    	margin:0 auto;
    	padding:00px 5%;
    	text-align:center;
    	font-size:16px;
    	color:#666;
    	z-index:98;
    	max-width:100%;
    	/* position: absolute;*/
    }

    Any help would be really appreciated!

    Thank you 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You don’t edit the theme’s files. What do you mean by “centre”? There’s a logo on the left and the website is responsive.

    Thread Starter rose.hasna

    (@rosehasna)

    I don’t want add a logo, I just want my menu options to be in the centre of the page.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to show us your website since we cannot go off the theme’s demo.

    Thread Starter rose.hasna

    (@rosehasna)

    It’s locally hosted at the moment, but thank you anyway.

    Hello,

    I am trying to use fontawesome icons in my menu. I have the “Fontawesome 4 Menus” plugin installed. On other themes it works well, but in the onetone theme they do not show up properly. Can you please help me with why it is not working. Also, can I change the font size of the text in the menu?

    My temp site is below

    http://79c.810.myftpupload.com/

    Thank you

    @angeloamos: Will you please stop posting in other people’s topics! If you require assistance then, as per the Forum Welcome, please post your own topic.

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

The topic ‘Centre Align Menu’ is closed to new replies.