Not working (no submenus) with my own theme
-
I’m starting to learn how to make theme for wordpress.
I followed this tutorial: https://www.siteground.com/tutorials/wordpress/wordpress_create_theme.htm and I created the basic theme.
I added the contetns of ‘shailan-dropdown.css’ file to my CSS, but I can’t get the plugin working: no subpages are showed, not styled.
My style.css without ‘shailan-dropdown.css’ is very simple…
body { text-align: center; }
#wrapper { display: block; border: 1px #a2a2a2 solid; width:90%; margin:0px auto; }
#header { border: 2px #a2a2a2 solid; }
#content { width: 75%; border: 2px #a2a2a2 solid; float: right; }
#sidebar { width: 23%; border: 2px #a2a2a2 solid; float: left; }
#delimiter { clear: both; }
#footer { border: 2px #a2a2a2 solid; }
.title { font-size: 11pt; font-family: verdana; font-weight: bold; }Can you give me a hand?
Thank’s!
- The topic ‘Not working (no submenus) with my own theme’ is closed to new replies.