Skip to content

Commit 12f5dc9

Browse files
committed
Clarify README, and make screenshot image paths relative.
1 parent cf30fe7 commit 12f5dc9

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,19 @@ The default method of getting a menu to appear in the top right of a site using
1111

1212
This plugin registers a new menu location called Header and, if a menu is assigned to it, displays it before the Header Right area. If you don't have any widgets in the Header Right area, then Genesis ensures that none of that widget area markup is output, so you end up with code like screenshot 2. If you do want a widget in the Header Right area, that's fine - it can be positioned and styled as you want, without negatively affecting the navigation menu as well.
1313

14-
The plugin should work with all Genesis child themes, though you may need to add styles to position the output in the traditional place of top right, e.g.:
15-
16-
~~~css
17-
.nav-header {
18-
float: right;
19-
text-align: right;
20-
width: 50%;
21-
}
22-
~~~
23-
2414
## Screenshots
2515

26-
![Screenshot of markup using Custom Menu widget](https://raw.github.com/GaryJones/genesis-header-nav/master/assets/screenshot-1.png)
16+
![Screenshot of markup using Custom Menu widget](assets/screenshot-1.png)
2717
_Screenshot 1: Markup using Custom Menu widget._
2818

2919
---
3020

31-
![Screenshot of markup using this plugin](https://raw.github.com/GaryJones/genesis-header-nav/master/assets/screenshot-2.png)
21+
![Screenshot of markup using this plugin](assets/screenshot-2.png)
3222
_Screenshot 2: Markup using this plugin._
3323

3424
## Requirements
35-
* WordPress 3.0
36-
* Genesis 2.0
25+
* WordPress 3.0+
26+
* Genesis 2.0+
3727

3828
## Installation
3929

@@ -63,7 +53,19 @@ Then go to your Plugins screen and click __Activate__.
6353

6454
## Usage
6555

66-
Once activated, head to Appearance -> Menus. Create a menu as usual, and assign it to the Header menu location. The plugin does the rest.
56+
Once activated, head to Appearance -> Menus. Create a menu as usual, and assign it to the Header menu location.
57+
58+
The plugin should work with all Genesis child themes, though you may need to add styles to position the output in the traditional place of top right, e.g.:
59+
60+
~~~css
61+
.nav-header {
62+
float: right;
63+
text-align: right;
64+
width: 50%;
65+
}
66+
~~~
67+
68+
Adjust the width as needed to allow enough space for your title area and menu items.
6769

6870
## Credits
6971

0 commit comments

Comments
 (0)