Hello,
I'm working with this theme, one of the issues I'm having, I have moved the navigation from the footer to the header.
The sub pages currently pop up, I would like the sub pages to drop down. Has anyone had any experience on where to change this. I'm having trouble locating where it's happening.
Thanks,
=-)
http://wordpress.org/extend/themes/minimatica/
jawedsamsor
Member
Posted 4 months ago #
\.nav {
width:940;
height:24px;
margin:0 auto;
margin-bottom:50px;
font-size:24px;
line-height:24px;}\
\.nav ul {
position: relative;
z-index:597;
float:right;
/*top:auto !important;*/
top:40% !important;
bottom:auto;
/*botton:100%*/
list-style:none;
margin:20px 0;}\
\.nav ul li {
float:left;
height:34px;
margin:0;
margin-right:36px;
vertical-align:middle;
display:inline;}\
tsmith89
Member
Posted 4 months ago #
I'm actually having the same problem. Where exactly do you insert this coding?
Editor... Templates...Then what?
@jawedsamsor, thank you, I have not tried it yet. Will post any updates.
@tSmith89, I have not tried the code myself yet. But you will want to put this code in the style sheet.
style.css
So for example,
/wp-content/themes/minimatica/style.css
If you are feeling more advanced, I would suggest using a child theme of minimatica
http://codex.wordpress.org/Child_Themes
Good Luck