ronan2575
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Title below start of paragrap in smaller screensSure Click here
Thank you
Forum: Fixing WordPress
In reply to: Dropdown menu words all crumpled togetherIncase anyone else comes across this issue (as it is my first time building a site with wordpress.
I added to the css:
.sub-menu li
{
list-style:none;
border-top:3px solid #731472;
background-color:#731472;
}
.sub-menu li a
{
padding:0px 10px 10px;
background-color:#731472;
color:#fff;
margin-top: 5px;
display:block;
}Forum: Fixing WordPress
In reply to: Dropdown menu words all crumpled togetherI still have not been able to find any tutorials on adding anchors to the navbar dropdowns in wordpress header.
It is not a navbar as in html, hence why i am having difficulty.
As you can see from my first post where I have placed the code from the header.php and the css. Where do i put the anchors? and how do I code in anchors into css, and if the anchors should be in the header.php where and how?
I truly can not find this information anywhere
Thank you
Forum: Fixing WordPress
In reply to: Dropdown menu words all crumpled togetherHi Andrew,
Thank you for responding, if you mean anchor tags like
<a href>hhjhj.hmtl</a> <li><a href="">example</a></li>I did the nav bar through wordpress admin panel, so shouldn’t that do these automatically as the nav bar and the drop down shows.
Or did you mean something else I forgot to add in the css?