You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove Gap: This parameter denotes horizontal the space in between inner columns as well as the space below and above the container, in css those spaces are defined by grid gap, margin bottom, and margin top respectively. These all have a default value of 0.75rem.
53
47
- Column Count: This parameter will allow you to set the number of columns in the container.
@@ -66,7 +60,7 @@ These widgets effectively form a single column structure which can be populated
66
60
The Single Column Open widget is used to initialize a column component.
67
61
Its parameters are shown in the screenshot below:
68
62
69
-

63
+

70
64
71
65
- How many columns should be used: This parameter is used to configure the span of a single column. The parent container (refer to the previous section for more details) consists of a fixed number of columns which are set using the parameter Column Count. The How many columns should use field will allow you to set the number of columns the single column should occupy from the preset number columns.
72
66
- Color: This parameter is used to set the background color of the single column.
Copy file name to clipboardExpand all lines: docs/customizations.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Creative Commons Base Theme is highly flexible. Continue reading to learn ho
13
13
- Go to **Customize** > **Site Identity**
14
14
- In the field labeled **Site Title** enter a custom title of your site.
15
15
16
-
<
16
+
<
17
17
18
18
## Custom site description or tag line
19
19
@@ -22,7 +22,7 @@ The Creative Commons Base Theme is highly flexible. Continue reading to learn ho
22
22
- Go to **Customize** > **Site Identity**
23
23
- In the field labeled **Site Tagline** enter a custom tagline(or description) of your site.
24
24
25
-

25
+

26
26
27
27
## Custom Icon
28
28
@@ -32,19 +32,19 @@ The Creative Commons Base Theme is highly flexible. Continue reading to learn ho
32
32
- Click the button labeled **Select Icon** to set up an icon.
33
33
Note that the site icon must be a square that is 512 x 512 pixels.
34
34
35
-

35
+

36
36
37
37
## Custom Navigation Menus
38
38
39
39
There are two menu locations in the site which are namely: Main Navigation and Footer Navigation.
40
40
41
41
The screenshot below shows an example of a custom menu in the Main Navigation:
_The menus shown above are displayed in the desktop view. On any other screens, their appearance and or position might be different from what is shown above._
50
50
@@ -56,15 +56,15 @@ _The menus shown above are displayed in the desktop view. On any other screens,
56
56
- To proceed to the next step in the form, click the button labeled **Next**.
57
57
- Then click the button labeled **+Add Items**, it will reveal all of the items which can be included in the menu.
58
58
59
-

59
+

60
60
61
61
- Select menu items by clicking on them.
62
62
- You are able to re-order the arrangement of selected menu items by dragging them up and down.
63
63
- After you are done you may proceed to publish the changes.
64
64
65
65
### To create a custom menu using the dashboard:
66
66
67
-

67
+

68
68
69
69
- Go to **Dashboard** > **Appearance** > **Menus**, the form in the diagram above will be shown.
70
70
- Enter the menu name in the filled labeled **Menu Name**.
@@ -92,7 +92,7 @@ There are three layouts in the theme you can use to configure the structure of y
This is the default layout of the page template, it has a default sidebar component on the left. To populate the sidebar with widgets:
98
98
@@ -121,7 +121,7 @@ In order to display a static page on the homepage:
121
121
- Create another page and give a title of your choice(e.g. Blog).
122
122
- Go to **Dashboard** > **Settings** > **Reading**, and set your homepage display to the static page. Then set your Homepage to display the Homepage(the static page we created above) and set your posts to be displayed on the Blog page.
- There are other optional settings outlined in the **Reading Settings** which you can use to also manage your site.
127
127
- When done, click the button labeled **Save Changes**.
@@ -151,10 +151,10 @@ In order to display a static page on the homepage:
151
151
- Select the Document tab
152
152
- You will find Post Format listed in the Document settings.
153
153
- Select your desired Post format from the dropdown:
154
-

154
+

155
155
- Close the Settings by clicking on the gear icon.
156
156
- On your editor at the very bottom of your post, click on the Post Format Panel so as to enlarge it.
157
-

157
+

158
158
- Add relevant configuration details which will be influenced by the format you selected in the Settings.
159
159
160
160
### Post Formats
@@ -183,7 +183,7 @@ _If the above-listed post formats do not meet your requirements, you can complet
183
183
184
184
The widgets are available in **Dashboard** > **Appearance** > **Widgets**. On the left panel, we have the available widgets and the small panels on the right are the widget areas available in the theme.
- Drag it from the left panel into a widget area and provide the configuration information if it is required.
@@ -196,17 +196,17 @@ The widgets are available in **Dashboard** > **Appearance** > **Widgets**. On th
196
196
197
197
- Go to **Customize** > **Widgets**. If you are on a page that does not have any widget areas you will get a message shown in the screenshot below:
198
198
199
-

199
+

200
200
201
201
When the page has widgets areas they are listed as shown in the screenshot below:
202
202
203
-

203
+

204
204
205
205
- You select a widget area by clicking it.
206
206
- To add widgets click the +Add Widget button and then select a widget from the widget panel on your right.
207
207
- You are also able to search for widgets in the event the one you need is not displayed.
208
208
209
-

209
+

210
210
211
211
- After adding widgets you can then publish your changes.
0 commit comments