badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Center menus on page

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43596
    Chapline
    Participant

    What css code is needed to center the menus on the page?

    #43638

    Hi Chapline,

    Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
    	text-align: center;
    }
    #access li {
    	display: inline-block;
    	float: none;
    	margin-right: -4px; 
    }
    #access a { 
    	display: block;
    	float: none;
    }
    #access ul li ul {
    	text-align: left;
    }
    #access ul li ul li {
    	display: block;	
    	margin-right: 0;
    }

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.