Update documentation
This commit is contained in:
parent
5094f8c1d5
commit
3b69587864
@ -910,7 +910,7 @@ You want the navigation next to your top-aligned header, without changing the HT
|
||||
|
||||
#### Fixed Overlay Navigation
|
||||
|
||||
You want the navigation fixed on top and above the header image? Just go to **Appearance > Customize > Layout** and change the Header Style to "Fixed". You may want to adjust the header image, title, tagline, or logo (if any) as well. Additional customizations require some CSS. Note that the follow snippets are *examples*; do not mindlessly copy and paste them.
|
||||
You want the navigation fixed on top and above the header image? Just go to **Appearance > Customize > Layout** and change the Header Style to "Fixed". You may want to adjust the header image, title, tagline, or logo (if any) as well. Additional customizations require some CSS. Note that the follow snippets are *examples*; do not mindlessly copy and paste them, adjust them to your site.
|
||||
|
||||
```css
|
||||
/* Semi-transparent navigation bar. */
|
||||
|
@ -2456,7 +2456,7 @@ function fictioneer_add_layout_customizer_settings( $manager ) {
|
||||
'priority' => 10,
|
||||
'section' => 'layout',
|
||||
'label' => __( 'Card Width', 'fictioneer' ),
|
||||
'description' => __( 'Minimum card width in pixels (limited by space); affects card scale. Default 308.', 'fictioneer' ),
|
||||
'description' => __( 'Minimum card width in pixels (still limited by space); affects card scale. Default 308.', 'fictioneer' ),
|
||||
'input_attrs' => array(
|
||||
'placeholder' => '308',
|
||||
'min' => 308,
|
||||
|
Loading…
x
Reference in New Issue
Block a user