Hi,
Please see screenshot. http://prntscr.com/8iooy4
Is your menu setting same as mine?
As for uploading a logo. You can go to WordPress Admin -> Appearance -> Customize -> Global Settings -> Logo and Favicon
If I am not wrong, The theme allows either logo or title.
Not both. I suggest you use an image editor program to combine your site title to logo.
Thanks!
Hey Denzel, thanks for getting back to me!
Yes, I have it the same settings as you showed:
http://tinypic.com/r/ekgtba/8
What should I do now? I don’t understand the error or what conflicts with it! 🙁
Thx
Hi,
Sorry, I just started using this theme and is not familiar with the settings or possible conflict.
But your menu shows up when I use the following codes.
.nav-collapse.collapse{
display:block !important;
}
Please see screenshot. http://prntscr.com/8ipoqx
Please try adding the above codes in your Appearance -> Customize -> Advanced Options -> Custom CSS:
Hope this helps.
Thanks!
Cool, you’re awesome, that worked!
I wonder why I needed to add that to make it work if it’s such a basic theme option…?
Other questions, if you know:
1. How do I make the font size of the menu bigger?
2. How do I add a space on the left, before the text of the site title? Or Should I upload an image with that space in it like you said before?
Thx!!!
Hi,
The following code will increase your menu item font size.
You can experiment with the number 20px.
#menu-menu-3 li a {
font-size: 20px !important;
}
The following code will move your site title 20px away from the left.
You can experiment with the number 20px.
.site-title {
left: 20px !important;
position: relative;
}
Please try adding the above codes in your Appearance -> Customize -> Advanced Options -> Custom CSS
Hope this helps.
Thanks!
Thank you Denzel, you’re as wonderful as ever! 🙂 🙂
You are welcomed! Thanks!