Site logo

Archived topic

Top-most navigation

5 replies · Started by Anonymous on August 18, 2014

Viewing posts 1–6 of 6

Is there a way I can add a small menu with just a few options in the top 10 or 20px of the website. I have the Copyright add-on, and I had originally put those options in the footer, but my client wants them to show up up top. Is this possible with this theme?

I'm actually just finishing a secondary menu addon which will allow this, and more.

Of course, you can also use the GP Hooks addon and add this "Before the Header".

<div style="background:white;padding:20px;text-align:center">Content in here</div>

Thanks for that fix. It works to add the top navigation, but now I have a space between the top navigation and the header/masthead. I tried putting CSS in the wp_head to this effect:

<style>
#masthead {
margin: 10px 0 0 0;
}
</style>

That didn't work. If I make a child theme, and customize this menu, what should I put in the CSS to make sure the header and my top navigation touch each other?

Do you have a link so I can see what's happening?

Let me know :)

It will be live soon, and I can show you then. In the meantime, is this built on Bootstrap, or another responsive framework? I'm just trying to get a sense of things on the backend, and I'm trying to implement best practices for things like changing CSS and adding/implementing JavaScript libraries. Currently, my site fails on Yslow.

This archived topic is closed to new replies.