Hi
Please Select Primary Menu Then Use Nesting.
Follow This : –
Theme Dashboard >> Menus >> Menus Structures >> Menu Settings >> Check Primary Menu >> then Save Menu.
Follow Below Attachment Image link
then use Drag and Drop nesting menu.
Thanks.
Thread Starter
John61
(@john61)
Thanks!
Now I have another problem. I want to have two columns in my text. How do I do that??
Also, can I don something like here: http://genuineprogress.net/genuine-progress-indicator/ when it click on something there is text that appears under?
Thanks!
Hi
For This
Create a New Page,Then Insert A content in editor.
Follow This Image Link.
Thanks.
Thread Starter
John61
(@john61)
Hi Ali,
I want to have two columns of text in the same page. Is this possible? You don’t show how to do this in your link.
Also, can I don something like here: http://genuineprogress.net/genuine-progress-indicator/ when it click on something there is text that appears under?
Thanks!
Hi
For this Used This Plugin.
Thanks.
Thread Starter
John61
(@john61)
Thank you! What about this:
Can I don something like here: http://genuineprogress.net/genuine-progress-indicator/ when it click on something there is text that appears under?
Thanks!
Hi
Please Confirm You want This..
open Below Attachment Link
Link 1
Link 2
Thanks.
Thread Starter
John61
(@john61)
I want two columns, plus, please have a look at http://genuineprogress.net/genuine-progress-indicator/
if you scroll down you see circles with a +, if you click on the title (for example on Personal Consumption Expenditures) you have some text that appears under the title. Is it possible to do this as well?
Thanks!
Hi
This is Accordion
Please Follow This Plugin and use Accordion.
https://premium.wpmudev.org/blog/10-wordpress-accordion-plugins/
Bcoz Not this Type support in Theme.
Thanks.
Thread Starter
John61
(@john61)
Thank you very much for all your help. I managed to upload the plugins.
Now two additional questions:
1) my words break up in the middle of a word (half the word on one line, the other half on the next line). How to avoid this? http://genuine-progress.com/problems-with-the-gdp/the-gross-domestic-product/
2) is there a way to make the accordion titles smaller?
Thanks!!
Hi
For this your first issue, use below code in custom css Field
.blog_single_post
{
word-break: break-word !important;
}
Second issue For this use below code in custom css Field
.blog_single_post h3, .blog_section2 h3, .blog_section h3
{
font-size: 24px !important;
line-height: 30px !important;
}
Change font-size and line-height according your need.
Thanks.