Centre-ing logo and navigational menu + editing description in menu
This support request was posted in General Support by wavyhair
- wavyhair May 20, 2013 at 3:13 am
Hello,
Can you please tell me how I can bring the logo and navigational menu to the centre, right in the middle above the slider?
Also, in the menu list:
1) I would like the item description to be italicized — how can I do this? I tried doing it in the editor itself but it’s not reflecting in the actual menu.
2) how can I reduce the white space between each item in the menu?
Thank you for your help, and for the great theme!
Juanfra Aldasoro May 20, 2013 at 1:50 pmHello,
Thanks for your kind words. Regarding all of your questions, CSS is the answer. You can customize your site with CSS.
You can check how to add CSS here: http://nicethemes.com/support/theme-docs/bbq/#custom-scripting
For centering the logo, add the following CSS:
#logo { float: none; margin: 0; text-align: center; } #navigation { float: none; }
Menu item description italicized:
.menu-box li .description{ font-style: italic; }
Reducing white space between items:
.menu-box ul li { padding: 5px 0; }
Change the value 5px to whatever if fits better to your site.
Best,
Juan.wavyhair May 20, 2013 at 9:10 pmHello Juan,
Thank you for the prompt reply.
I added the custom CSS and the logo moved but the main menu did not, unfortunately.
Also, the italicizing of the menu description did not work with the code I added. As far as I can tell nothing changed. Is there a way to have the HTML I put in the description box of each food item show up in the menu? I have dinner combinations and I want each item that is included on a separate line, instead of in a sentence like it is now.
Regarding the white space, I changed the value to a smaller number and that worked, but now the dotted lines do not match up as well as they did when they were at 15px. Some of lines go through the words.
Can you help?
Thank you so much!
Juanfra Aldasoro May 20, 2013 at 9:13 pmHello,
Would you please send me your site URL and WordPress access details to support@nicethemes.com
Thanks,
Juan.
You must be logged in to reply to this topic.