x

Drop down menu

I'd like to change the width of the drop down menu - or at least, center the text in it.  I can't find the code to do this. I'm using the 'Susan Smith - Birdseye 2' theme. I see the code for the nav bar - I can change the border color, make the right margin smaller, etc. but I don't see code for the drop down.

3,002 Views
Message 1 of 6
Report
1 Best Answer

Best Answer

Thank you!  I appreciate your time and expertise.  In the meantime, I decided to use a previous theme I used in the past which is easier to customize.  I am glad to know about this code for the future - I also tend to use slideshows which are also 'live'. What is the advantage of a navigation drop down being 'live'? thanks, Marian

View Best Answer >

2,936 Views
Message 7 of 6
Report
5 REPLIES 5
Square

Is your site live, @Marian? It's sometimes easier for people to provide advice if they can see it published.

2,987 Views
Message 7 of 6
Report

Here is the link - http://mwillmott.weebly.com/

I'd like to make the border lighter also like I did in the nav bar  Also, I'm surprised all the pages don't have a gradient like the home page - I haven't look in the code for this.

2,968 Views
Message 7 of 6
Report
Square

Something like this in Settings > SEO > Header Code will change it on the live site:

<style>
	#wsite-menus .wsite-menu {
		-webkit-box-shadow: inset 0px 0px 0px 0px #000000 !important;
		-moz-box-shadow: inset 0px 0px 0px 0px #000000 !important;
		-ms-box-shadow: inset 0px 0px 0px 0px #000000 !important;
		box-shadow: inset 0px 0px 0px 0px #000000 !important;
		border:1px solid #cccccc;
	}
	.wsite-menu-subitem-wrap 
	{
		width: 150px !important;
	}
</style>
2,966 Views
Message 7 of 6
Report

Best Answer

Thank you!  I appreciate your time and expertise.  In the meantime, I decided to use a previous theme I used in the past which is easier to customize.  I am glad to know about this code for the future - I also tend to use slideshows which are also 'live'. What is the advantage of a navigation drop down being 'live'? thanks, Marian

2,937 Views
Message 7 of 6
Report
Square

That's ok! There's always more than one way to get the results you want. Navigation drop-downs are a convenient way to add more pages to your navigation but not have them immediately exposed, so it reduces clutter.

2,932 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.