Question About Positioning of Various Elements Inside Top Nav
-
Hi everyone,
I’d like to know how to move elements within the top nav around, such as moving (and removing) the menu, social media icons and tagline.
My first question is, if I want to remove an element, do I delete it from the file or do I make it transparent? If transparent, can I know how to do it? Below are the codes for the tagline (site description):
<h2 class=”span7 inside site-description”></h2>
My second question is regarding positioning of the elements: If I want to make everything on my top nav to be on the same line (menu, social, etc all on same line), do I find the individual div and move its margin?
For example, if I want to move my menu to be on the same line as my social, do I find the menu codes in my style.css and add a margin code to it? Below are the code I found relating to the menu, hope it’s correct.
.tc-hover-menu.nav ul {
top: 29px;
}
/* ie hack */.ie .tc-hover-menu.nav ul {
top: 27px;
}
.tc-hover-menu.nav.nav li:hover > ul {
display: block;
}Please help point a newbie to the right direction! Thanks all ??
- The topic ‘Question About Positioning of Various Elements Inside Top Nav’ is closed to new replies.